mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Only add editor ghosts if the editor exists
This commit is contained in:
@@ -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!=""))
|
||||
|
||||
Reference in New Issue
Block a user