This commit is contained in:
parent
9ee7f92dc0
commit
a331544f95
20 changed files with 95 additions and 97 deletions
|
@ -124,7 +124,7 @@ void CNpcFishHookPlatform::render()
|
|||
m_modelGfx->Render(renderPos);
|
||||
}
|
||||
// draw Line (Literally!!)
|
||||
if (renderPos.vx>0 && renderPos.vx<512)
|
||||
if (renderPos.vx>0 && renderPos.vx<INGAME_SCREENW)
|
||||
{
|
||||
DVECTOR const &CamPos=CLevel::getCameraPos();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue