This commit is contained in:
parent
33861a342e
commit
13bbe59b16
15 changed files with 74 additions and 21 deletions
|
@ -36,6 +36,10 @@
|
|||
#include <ingamefx.h>
|
||||
#endif
|
||||
|
||||
#ifndef __GFX_OTPOS_H__
|
||||
#include "gfx\otpos.h"
|
||||
#endif
|
||||
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Tyepdefs && Defines
|
||||
|
@ -98,7 +102,7 @@ void CNetPickup::renderPickup(DVECTOR *_pos)
|
|||
fh=sprites->getFrameHeader(FRM__NET);
|
||||
x=_pos->vx-(fh->W/2);
|
||||
y=_pos->vy-(fh->H/2);
|
||||
sprites->printFT4(fh,x,y,0,0,PICKUPS_OT_POS);
|
||||
sprites->printFT4(fh,x,y,0,0,OTPOS__PICKUP_POS);
|
||||
}
|
||||
|
||||
/*===========================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue