Bugfix for cases where command cache was not yet initialized

This commit is contained in:
Mark Vejvoda
2010-05-01 09:27:08 +00:00
parent e379905942
commit 58386a72e8
7 changed files with 87 additions and 10 deletions

View File

@@ -18,7 +18,7 @@
#include "sdl_private.h"
#include "noimpl.h"
#include "util.h"
#include "SDL_syswm.h"
//#include "SDL_syswm.h"
#include "leak_dumper.h"
using namespace Shared::Util;