aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/allacrost/files/patch-src-common-global-global.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/allacrost/files/patch-src-common-global-global.h b/games/allacrost/files/patch-src-common-global-global.h
new file mode 100644
index 000000000000..dabf293ff96d
--- /dev/null
+++ b/games/allacrost/files/patch-src-common-global-global.h
@@ -0,0 +1,13 @@
+--- src/common/global/global.h.orig 2013-11-16 13:33:38.000000000 +0100
++++ src/common/global/global.h 2013-11-16 13:34:08.000000000 +0100
+@@ -684,8 +684,8 @@
+ file.WriteLine("\t", false);
+ else
+ file.WriteLine(", ", false);
+- file.WriteLine("[" + NumberToString(inv[i]->GetID()) + "] = "
+- + NumberToString(inv[i]->GetCount()), false);
++ file.WriteLine("[" + hoa_utils::NumberToString(inv[i]->GetID()) + "] = "
++ + hoa_utils::NumberToString(inv[i]->GetCount()), false);
+ }
+ file.InsertNewLine();
+ file.WriteLine("}");