From 47018b7e08f86d12b09855d71a5ec97303a28c2e Mon Sep 17 00:00:00 2001 From: gewlitys Date: Fri, 22 May 2009 08:25:55 +0000 Subject: [PATCH] Compilation fix for Symbian emulator. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3117 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/setup.c b/sc2/src/sc2code/setup.c index 9f474e226..ec749adfa 100644 --- a/sc2/src/sc2code/setup.c +++ b/sc2/src/sc2code/setup.c @@ -105,7 +105,7 @@ LoadKernel (int argc, char *argv[]) SetContextFGFrame (Screen); SetFrameHot (Screen, MAKE_HOT_SPOT (0, 0)); - hResIndex = InitResourceSystem (); + hResIndex = (RESOURCE_INDEX) InitResourceSystem (); if (hResIndex == 0) return FALSE;