summaryrefslogtreecommitdiffhomepage
path: root/serialize
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-05-24 11:59:48 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-05-25 22:59:05 +0200
commit83f60aa9a5a2452158b7774044dcc51c82c43ae4 (patch)
treee7354aa1b76ecb2c8f6ca34bcd40e8059b937b08 /serialize
parent36972e30f7f2c47e3a5e45b94cda5e0072839484 (diff)
w
Diffstat (limited to 'serialize')
-rw-r--r--serialize/old-savegame.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/serialize/old-savegame.cpp b/serialize/old-savegame.cpp
index 4d4aa25a..247462b6 100644
--- a/serialize/old-savegame.cpp
+++ b/serialize/old-savegame.cpp
@@ -395,6 +395,8 @@ void reader_state::read_chunks(reader_t& s)
switch (type)
{
+ case object_type::hole:
+ fm_abort("not implemented");
case object_type::critter: {
critter_proto proto;
proto.offset = offset;