summarylogtreecommitdiffstats
path: root/funguloids-strcmp.patch
diff options
context:
space:
mode:
authorNicolas Iooss2015-05-24 11:14:24 +0800
committerNicolas Iooss2015-05-24 11:14:24 +0800
commit4f1ba6bbd688961f6890d4ad48cf48adafaf3911 (patch)
tree54156bf2c95df8419ee30fcaed680c76c12da31a /funguloids-strcmp.patch
downloadaur-4f1ba6bbd688961f6890d4ad48cf48adafaf3911.tar.gz
Migrate funguloids 1.06.4-7 to AUR4
Diffstat (limited to 'funguloids-strcmp.patch')
-rw-r--r--funguloids-strcmp.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/funguloids-strcmp.patch b/funguloids-strcmp.patch
new file mode 100644
index 000000000000..2c425caf2da3
--- /dev/null
+++ b/funguloids-strcmp.patch
@@ -0,0 +1,11 @@
+--- src/ogrelistener.cpp
++++ src/ogrelistener.cpp
+@@ -130,7 +130,7 @@
+
+
+ // 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;
+ }