Fix compiling with new BSOD in debug mode

This commit is contained in:
Simon Robertshaw 2013-05-04 22:41:08 +01:00
parent 66e21ce049
commit 8ef266c08e

View File

@ -788,8 +788,8 @@ int main(int argc, char * argv[])
#endif
#ifndef DEBUG
GameController * gameController = NULL;
#ifndef DEBUG
try {
#endif