Compilation fix for Symbian emulator.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3117 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2009-05-22 08:25:55 +00:00
parent 8b962630b7
commit 47018b7e08
+1 -1
View File
@@ -105,7 +105,7 @@ LoadKernel (int argc, char *argv[])
SetContextFGFrame (Screen); SetContextFGFrame (Screen);
SetFrameHot (Screen, MAKE_HOT_SPOT (0, 0)); SetFrameHot (Screen, MAKE_HOT_SPOT (0, 0));
hResIndex = InitResourceSystem (); hResIndex = (RESOURCE_INDEX) InitResourceSystem ();
if (hResIndex == 0) if (hResIndex == 0)
return FALSE; return FALSE;