home · contact · privacy
7DRL: Via stacks depth map, add visualization of thing stacks on map.
[plomrogue] / src / client / io.c
index d9f888d65b0176562b09d0cc1487defba67d2d69..df90c17f2be29be49451b35c866bcd44387b422c 100644 (file)
@@ -197,6 +197,7 @@ static uint8_t read_worldstate()
     world.map.length = (uint16_t) read_value_from_line(read_buf, linemax, file);
     read_map_cells(file, &world.map.cells);
     read_map_cells(file, &world.mem_map);
+    read_map_cells(file, &world.stacks_map);  //
     free(read_buf);
     try_fclose(file, __func__);
     return 1;