- fix savegame size of temp_data

This commit is contained in:
Christoph Oelckers 2023-05-20 10:00:29 +02:00
parent 43bc6edba3
commit 5999cb8218

View file

@ -308,7 +308,7 @@ void DDukeActor::Serialize(FSerializer& arc)
("saved_ammo", saved_ammo)
("temp_actor", temp_actor)
("seek_actor", seek_actor)
.Array("temp_data", temp_data, 6)
.Array("temp_data", temp_data, 5)
.Array("temp_wall", temp_walls, 2)
("temp_angle", temp_angle)
("temp_pos", temp_pos)