[commit] r1529 - trunk/Paradigms/MetaGME/MetaInterpreter

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Sep 13 13:12:28 CDT 2011


Author: ksmyth
Date: Tue Sep 13 13:12:26 2011
New Revision: 1529

Log:
Skip dialogs if control was held

Modified:
   trunk/Paradigms/MetaGME/MetaInterpreter/BON2Component.cpp

Modified: trunk/Paradigms/MetaGME/MetaInterpreter/BON2Component.cpp
==============================================================================
--- trunk/Paradigms/MetaGME/MetaInterpreter/BON2Component.cpp	Tue Sep 13 12:56:17 2011	(r1528)
+++ trunk/Paradigms/MetaGME/MetaInterpreter/BON2Component.cpp	Tue Sep 13 13:12:26 2011	(r1529)
@@ -356,6 +356,7 @@
 	// ======================
 	// Insert application specific code here
 	global_vars.silent_mode = (lParam == GME_SILENT_MODE);
+	global_vars.silent_mode |= (bool)(GetKeyState(VK_CONTROL) & 0x8000);
 	//global_vars.silent_mode = true;
 	initMembers( project);
 


More information about the gme-commit mailing list