aboutsummaryrefslogtreecommitdiff
path: root/reference/types.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-24 15:02:38 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-24 15:02:38 -0300
commit8bc2e5dc3a523af471065752a534d20d878c60b0 (patch)
treed39080ec0f265227fd326588c82742771d370228 /reference/types.hh
parentbdfcbb2f0edee2679bfe588df55e9f99bd837510 (diff)
downloadgame-8bc2e5dc3a523af471065752a534d20d878c60b0.tar.gz
game-8bc2e5dc3a523af471065752a534d20d878c60b0.zip
most of `crnonpl.cc`
Diffstat (limited to 'reference/types.hh')
-rw-r--r--reference/types.hh12
1 files changed, 0 insertions, 12 deletions
diff --git a/reference/types.hh b/reference/types.hh
index 8e749d8..ae021ad 100644
--- a/reference/types.hh
+++ b/reference/types.hh
@@ -62,18 +62,6 @@ struct TDelayedMail {
int PacketSize;
};
-struct TMonsterhome {
- int Race;
- int x;
- int y;
- int z;
- int Radius;
- int MaxMonsters;
- int ActMonsters;
- int RegenerationTime;
- int Timer;
-};
-
struct THelpDepot {
ulong CharacterID;
struct Object Box;