diff options
Diffstat (limited to 'src/PowderToySDL.cpp')
| -rw-r--r-- | src/PowderToySDL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp index f6ef881..39c4aa5 100644 --- a/src/PowderToySDL.cpp +++ b/src/PowderToySDL.cpp @@ -788,8 +788,8 @@ int main(int argc, char * argv[]) #endif -#ifndef DEBUG GameController * gameController = NULL; +#ifndef DEBUG try { #endif |
