From 8ef266c08e6c4c9ebdb9bb38bc0328669f7e4476 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Sat, 4 May 2013 22:41:08 +0100 Subject: Fix compiling with new BSOD in debug mode 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 -- cgit v0.9.2-21-gd62e