diff --git a/source/games/duke/src/savegame.cpp b/source/games/duke/src/savegame.cpp index 7fefe45f4..7c6e01712 100644 --- a/source/games/duke/src/savegame.cpp +++ b/source/games/duke/src/savegame.cpp @@ -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)