From 43133c766c850ac4be15c9d357183d21aa765cc0 Mon Sep 17 00:00:00 2001 From: truelight Date: Tue, 6 Mar 2007 20:59:52 +0000 Subject: (svn r9034) -Codechange: renamed _pause to _pause_game, as some targets already have a symbol called _pause (and therefor our variable conflicts with thatone. We shouldn't be using _ as global indicator.....) --- src/oldloader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/oldloader.cpp') diff --git a/src/oldloader.cpp b/src/oldloader.cpp index 76b74620d..3f926a3a7 100644 --- a/src/oldloader.cpp +++ b/src/oldloader.cpp @@ -1611,7 +1611,7 @@ bool LoadOldSaveGame(const char *file) fclose(ls.file); - _pause = 2; + _pause_game = 2; return true; } -- cgit v1.2.3-54-g00ecf