Differences From Artifact [d202a9fdbd]:
- File src/cube.h — part of check-in [b787ad5a04] at 2025-03-22 23:10:13 on branch trunk — Clean up DynamicEntity (user: js, size: 11120) [annotate] [blame] [check-ins using]
To Artifact [0e2553a48d]:
- File src/cube.h — part of check-in [e8f80b0482] at 2025-03-23 02:03:32 on branch trunk — Convert monster into a class (user: js, size: 11107) [annotate] [blame] [check-ins using]
︙ | |||
122 123 124 125 126 127 128 | 122 123 124 125 126 127 128 129 130 131 132 133 134 135 | - | }; // bump if dynent/netprotocol changes or any other savegame/demo data #define SAVEGAMEVERSION 4 enum { A_BLUE, A_GREEN, A_YELLOW }; // armour types... take 20/40/60 % off enum { |
︙ |