summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2ColdTableDef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/T2ColdTableDef.h')
-rw-r--r--src/T2DLL/T2ColdTableDef.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/T2DLL/T2ColdTableDef.h b/src/T2DLL/T2ColdTableDef.h
index 087402a..54162bb 100644
--- a/src/T2DLL/T2ColdTableDef.h
+++ b/src/T2DLL/T2ColdTableDef.h
@@ -5,9 +5,9 @@ class T2ColdTableDef {
public:
T2ColdTableDef(CResFile &inResFile);
virtual ~T2ColdTableDef();
- unsigned int GetDenomi(unsigned int inA, unsigned int inB) const;
+ unsigned int GetDenomi(unsigned int inGameLevel, unsigned int inMonth) const;
protected:
- unsigned int mVar;
+ unsigned int mMinimumGameLevel;
unsigned int mEntries[12];
};