mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-11 03:19:46 +01:00
Only add editor ghosts if the editor exists
This commit is contained in:
parent
5c80a4c25e
commit
3b76713441
1 changed files with 2 additions and 0 deletions
|
@ -1382,6 +1382,7 @@ void gamerender()
|
|||
graphics.drawtowerspikes();
|
||||
}
|
||||
|
||||
#if !defined(NO_CUSTOM_LEVELS)
|
||||
// Editor ghosts!
|
||||
if (game.ghostsenabled)
|
||||
{
|
||||
|
@ -1405,6 +1406,7 @@ void gamerender()
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
if(map.extrarow==0 || (map.custommode && map.roomname!=""))
|
||||
|
|
Loading…
Reference in a new issue