summaryrefslogtreecommitdiff
path: root/src/PowderToySDL.cpp
diff options
context:
space:
mode:
authorSimon 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)
commit8ef266c08e6c4c9ebdb9bb38bc0328669f7e4476 (patch)
tree60040c96d8fb92beb71267a84134905dd555bdee /src/PowderToySDL.cpp
parent66e21ce0498f623ccffcee95b1fdcbc218464caa (diff)
downloadpowder-8ef266c08e6c4c9ebdb9bb38bc0328669f7e4476.zip
powder-8ef266c08e6c4c9ebdb9bb38bc0328669f7e4476.tar.gz
Fix compiling with new BSOD in debug mode
Diffstat (limited to 'src/PowderToySDL.cpp')
-rw-r--r--src/PowderToySDL.cpp2
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