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:
@@ -22,6 +22,7 @@
|
|||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
#include "uqmdebug.h"
|
#include "uqmdebug.h"
|
||||||
#include "libs/graphics/gfx_common.h"
|
#include "libs/graphics/gfx_common.h"
|
||||||
|
#include "resinst.h"
|
||||||
|
|
||||||
|
|
||||||
extern void DrawPlanet (int x, int y, int dy, unsigned int rgb);
|
extern void DrawPlanet (int x, int y, int dy, unsigned int rgb);
|
||||||
@@ -93,7 +94,7 @@ DrawOrbitalDisplay (DRAW_ORBITAL_MODE Mode)
|
|||||||
STAMP s;
|
STAMP s;
|
||||||
|
|
||||||
s.frame = CaptureDrawable (
|
s.frame = CaptureDrawable (
|
||||||
LoadCelFile ("ipanims/orbenter.ani"));
|
LoadGraphic (ORBENTER_PMAP_ANIM));
|
||||||
s.origin.x = -SAFE_X;
|
s.origin.x = -SAFE_X;
|
||||||
s.origin.y = SIS_SCREEN_HEIGHT - MAP_HEIGHT;
|
s.origin.y = SIS_SCREEN_HEIGHT - MAP_HEIGHT;
|
||||||
DrawStamp (&s);
|
DrawStamp (&s);
|
||||||
|
|||||||
Reference in New Issue
Block a user