1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

Do not use user strings for peep names

This commit is contained in:
Ted John
2019-07-21 20:44:19 +01:00
parent 61d64ab8c5
commit 40d49b93d3
27 changed files with 282 additions and 323 deletions

View File

@@ -202,7 +202,6 @@ struct GameStateSnapshots : public IGameStateSnapshots
void CompareSpriteDataPeep(const Peep& spriteBase, const Peep& spriteCmp, GameStateSpriteChange_t& changeData) const
{
COMPARE_FIELD(Peep, name_string_idx);
COMPARE_FIELD(Peep, next_x);
COMPARE_FIELD(Peep, next_y);
COMPARE_FIELD(Peep, next_z);