diff options
author | Bendegúz Nagy | 2016-06-19 00:51:12 +0200 |
---|---|---|
committer | Bendegúz Nagy | 2016-08-26 23:02:22 +0200 |
commit | 359ef01a338e9571101baac2ddb82032ca6a1cc7 (patch) | |
tree | 0972f7bb35c557197f7d01176a60fb7cc9f9ec8c | |
parent | ceed621a51366be53bd5f189e275bf631328dd24 (diff) | |
download | scummvm-rg350-359ef01a338e9571101baac2ddb82032ca6a1cc7.tar.gz scummvm-rg350-359ef01a338e9571101baac2ddb82032ca6a1cc7.tar.bz2 scummvm-rg350-359ef01a338e9571101baac2ddb82032ca6a1cc7.zip |
DM: Add G0029_auc_Graphic562_ChargeCountToTorchType
-rw-r--r-- | engines/dm/objectman.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/dm/objectman.cpp b/engines/dm/objectman.cpp index e65b061225..04888ee63f 100644 --- a/engines/dm/objectman.cpp +++ b/engines/dm/objectman.cpp @@ -18,4 +18,7 @@ IconIndice ObjectMan::getObjectType(Thing thing) { } +byte gChargeCountToTorchType[16] = {0, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3}; // @ G0029_auc_Graphic562_ChargeCountToTorchType + + }
\ No newline at end of file |