Indexing in the resources added after the ndx was originally created

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2037 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2005-12-07 16:50:04 +00:00
parent 077e2deb3e
commit 1138286e8b
+2 -1
View File
@@ -22,6 +22,7 @@
#include "setup.h"
#include "uqmdebug.h"
#include "libs/graphics/gfx_common.h"
#include "resinst.h"
extern void DrawPlanet (int x, int y, int dy, unsigned int rgb);
@@ -93,7 +94,7 @@ DrawOrbitalDisplay (DRAW_ORBITAL_MODE Mode)
STAMP s;
s.frame = CaptureDrawable (
LoadCelFile ("ipanims/orbenter.ani"));
LoadGraphic (ORBENTER_PMAP_ANIM));
s.origin.x = -SAFE_X;
s.origin.y = SIS_SCREEN_HEIGHT - MAP_HEIGHT;
DrawStamp (&s);