Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates-src > by-pkgid > 9a4b9572d25fcaf2dda59f1be478b8d8 > files > 13

funguloids-1.06-1.fc18.src.rpm

Index: src/ogrelistener.cpp
===================================================================
--- src/ogrelistener.cpp.orig
+++ src/ogrelistener.cpp
@@ -130,7 +130,7 @@ OgreAppFrameListener::OgreAppFrameListen
 
 
 	// Show debug info?
-	if(GameApplication::mGameConfig->GetValue("graphics", "debug_info", "off") == "on") {
+	if(strcmp(GameApplication::mGameConfig->GetValue("graphics", "debug_info", "off"), "on") == 0) {
 		showDebugOverlay(true);
 		mStatsOn = true;
 	}