This commit is contained in:
parent
9ef50aa1e5
commit
f05b09726f
6 changed files with 24 additions and 7 deletions
|
@ -27,6 +27,9 @@
|
|||
#include "game\game.h"
|
||||
#endif
|
||||
|
||||
#ifndef __GFX_OTPOS_H__
|
||||
#include "gfx\otpos.h"
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@ -169,7 +172,7 @@ void CNpcPendulumHazard::render()
|
|||
{
|
||||
if ( maxY >= 0 && minY <= VidGetScrH() )
|
||||
{
|
||||
DrawLine( x1, y1, x2, y2, 0, 0, 0, 0 );
|
||||
DrawLine( x1, y1, x2, y2, 0, 0, 0, OTPOS__ACTOR_POS+1 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue