diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 87cf586c..9b8fc145 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -56,6 +56,7 @@ uint8 work_buff[55000]; +char gString[256]; bool &b_FoundRecentSavedGameWantToLoad = *(bool*)0x95CDA8; |