Fix ghost visibility
This commit is contained in:
parent
822375ff7d
commit
abd68ce0ae
3 changed files with 100 additions and 2 deletions
2
game.h
2
game.h
|
@ -1301,8 +1301,8 @@ void LCR_gameDraw3DView(void)
|
|||
LCR_rendererSetGhostTransform(carTransform,carTransform + 3);
|
||||
}
|
||||
else
|
||||
LCR_rendererSetGhostVisibility(0);
|
||||
#endif
|
||||
LCR_rendererSetGhostVisibility(0);
|
||||
|
||||
if (LCR_game.cameraMode != LCR_CAMERA_MODE_FREE &&
|
||||
LCR_game.state != LCR_GAME_STATE_RUN_FINISHED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue