aboutsummaryrefslogtreecommitdiff
path: root/reference/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'reference/types.hh')
-rw-r--r--reference/types.hh14
1 files changed, 0 insertions, 14 deletions
diff --git a/reference/types.hh b/reference/types.hh
index 2fc67a0..b87faf2 100644
--- a/reference/types.hh
+++ b/reference/types.hh
@@ -197,15 +197,6 @@ struct TAttackWave {
struct vector<TItemData> ExtraItem;
};
-struct TDynamicStringTableBlock {
- int FreeEntries;
- int TotalTextLength;
- bool Dirty;
- uchar EntryType[256];
- ushort StringOffset[256];
- char Text[32768];
-};
-
struct TNonplayer {
struct TCreature super_TCreature; // INHERITANCE?
enum STATE State;
@@ -254,11 +245,6 @@ struct TMonsterhome {
int Timer;
};
-struct TStaticStringTableBlock {
- int TotalTextLength;
- char Text[65536];
-};
-
struct TCondition {
int Type;
ulong Text;