- uncommented line in savegame code that was disabled for testing and missed afterward.

This commit is contained in:
Christoph Oelckers 2022-12-01 08:48:28 +01:00
parent 2d2f628b95
commit f30abffa82

View file

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