summaryrefslogtreecommitdiffstats
path: root/src/control/HandlingMgr.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/control/HandlingMgr.h (renamed from src/control/HandlingDataMgr.h)1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/HandlingDataMgr.h b/src/control/HandlingMgr.h
index 216aa7e8..958e2351 100644
--- a/src/control/HandlingDataMgr.h
+++ b/src/control/HandlingMgr.h
@@ -133,6 +133,7 @@ public:
int FindExactWord(const char *word, const char *words, int wordLen, int numWords);
void ConvertDataToGameUnits(tHandlingData *handling);
int32 GetHandlingId(const char *name);
+ tHandlingData *GetHandlingData(eHandlingId id) { return &HandlingData[id]; }
};
VALIDATE_SIZE(cHandlingDataMgr, 0x3030);
extern cHandlingDataMgr &mod_HandlingManager;