1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 06:28:30 +02:00

Only add editor ghosts if the editor exists

This commit is contained in:
AllyTally 2020-06-12 19:30:17 -03:00 committed by Ethan Lee
parent 5c80a4c25e
commit 3b76713441

View File

@ -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!=""))