diff Game.cpp @ 2468:48cc5e0d8fc9

bool use_MMT = false;
author Ritor1
date Mon, 18 Aug 2014 11:26:34 +0600
parents b054ea5daf45
children 8516bb27d7f0
line wrap: on
line diff
--- a/Game.cpp	Sun Aug 17 20:58:38 2014 +0100
+++ b/Game.cpp	Mon Aug 18 11:26:34 2014 +0600
@@ -5452,7 +5452,9 @@
 	FinalInitialization();
 
 	//Ritor1: include
-	MMT_MainMenu_Loop();
+	bool use_MMT = false;
+    if (use_MMT)
+	  MMT_MainMenu_Loop();
 
 	Log::Warning(L"MM: entering main loop");
 	while (1)