From 8ef266c08e6c4c9ebdb9bb38bc0328669f7e4476 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Sat, 4 May 2013 22:41:08 +0100 Subject: [PATCH] Fix compiling with new BSOD in debug mode --- src/PowderToySDL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp index f6ef881dc..39c4aa55d 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