From 85e63cbe3bc77007c3979470d8bc1a194d07580a Mon Sep 17 00:00:00 2001 From: Ted John Date: Mon, 29 Jul 2019 20:21:02 +0100 Subject: [PATCH] Do not include name in peep checksum --- src/openrct2/world/Sprite.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/openrct2/world/Sprite.cpp b/src/openrct2/world/Sprite.cpp index 33633b439b..084060c67f 100644 --- a/src/openrct2/world/Sprite.cpp +++ b/src/openrct2/world/Sprite.cpp @@ -258,6 +258,9 @@ rct_sprite_checksum sprite_checksum() if (copy.generic.sprite_identifier == SPRITE_IDENTIFIER_PEEP) { + // Name is pointer and will not be the same across clients + copy.peep.name = {}; + // We set this to 0 because as soon the client selects a guest the window will remove the // invalidation flags causing the sprite checksum to be different than on server, the flag does not affect // game state.