Revision: 2645
http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=2645&view=rev
Author: rorthomas
Date: 2012-05-24 01:01:10 +0000 (Thu, 24 May 2012)
Log Message:
-----------
fixes bug where the screenshot message forces the gui to display
Modified Paths:
--------------
trunk/source/main/gameplay/RoRFrameListener.cpp
Modified: trunk/source/main/gameplay/RoRFrameListener.cpp
===================================================================
--- trunk/source/main/gameplay/RoRFrameListener.cpp 2012-05-24 00:58:01 UTC
(rev 2644)
+++ trunk/source/main/gameplay/RoRFrameListener.cpp 2012-05-24 01:01:10 UTC
(rev 2645)
@@ -2033,7 +2033,7 @@
String ssmsg = _L("wrote screenshot:") +
TOSTRING(mNumScreenShots);
LOG(ssmsg);
#ifdef USE_MYGUI
-
Console::getSingleton().putMessage(Console::CONSOLE_MSGTYPE_INFO,
Console::CONSOLE_SYSTEM_NOTICE, ssmsg, "camera.png", 10000);
+
Console::getSingleton().putMessage(Console::CONSOLE_MSGTYPE_INFO,
Console::CONSOLE_SYSTEM_NOTICE, ssmsg, "camera.png", 10000, false);
#endif //USE_MYGUI
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Rigsofrods-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel