From b3b14ac2ad46bf0d5455b54b5828f67676cae8d3 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/gfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gfx.cpp') diff --git a/src/gfx.cpp b/src/gfx.cpp index 2599344a5..8086431f4 100644 --- a/src/gfx.cpp +++ b/src/gfx.cpp @@ -37,7 +37,7 @@ DrawPixelInfo _screen; bool _exit_game; bool _networking; ///< are we in networking mode? byte _game_mode; -byte _pause; +byte _pause_game; int _pal_first_dirty; int _pal_last_dirty; -- cgit v1.2.3-54-g00ecf