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:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user