From b0c0ac90119a0dd72a8fd4664fbc4dc4608478c9 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 9 Apr 2024 20:31:20 +0200 Subject: remove obsolete comment --- serialize/savegame.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/serialize/savegame.cpp b/serialize/savegame.cpp index 29766269..c3dbe078 100644 --- a/serialize/savegame.cpp +++ b/serialize/savegame.cpp @@ -234,9 +234,6 @@ struct visitor_ visit(obj.frame, f); visit(obj.r, f); visit(obj.pass, f); - - // todo! - // immediately after this function's return, read sc_type and then read scenery_proto } template static inline void visit(tile_ref c, F&& f) -- cgit v1.2.3