diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2013-05-04 21:41:08 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2013-05-04 21:41:08 (GMT) |
| commit | 8ef266c08e6c4c9ebdb9bb38bc0328669f7e4476 (patch) | |
| tree | 60040c96d8fb92beb71267a84134905dd555bdee /src | |
| parent | 66e21ce0498f623ccffcee95b1fdcbc218464caa (diff) | |
| download | powder-8ef266c08e6c4c9ebdb9bb38bc0328669f7e4476.zip powder-8ef266c08e6c4c9ebdb9bb38bc0328669f7e4476.tar.gz | |
Fix compiling with new BSOD in debug mode
Diffstat (limited to 'src')
| -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 |
