1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-17 14:17:10 +00:00

intra:: first version

This commit is contained in:
Zeno Rogue
2021-09-16 21:30:26 +02:00
parent 30f964e6e3
commit 663e334e38
12 changed files with 652 additions and 32 deletions

View File

@@ -61,6 +61,8 @@ void gamedata_all(gamedata& gd) {
gd.store(land_structure);
gd.store(*current_display);
gd.store(cgip);
gd.store(hybrid::underlying);
gd.store(hybrid::underlying_cgip);
gd.store_ptr(vid);
gd.store(sightrange_bonus);
gd.store(genrange_bonus);