Mercurial > mm7
comparison SpriteObject.cpp @ 1062:e23a79658fc5
some BYTE errors fixed
author | zipi |
---|---|
date | Fri, 24 May 2013 00:44:51 +0100 |
parents | 7f8be9f9769e |
children | e32e2287d491 |
comparison
equal
deleted
inserted
replaced
1061:89422dd58318 | 1062:e23a79658fc5 |
---|---|
1093 pSpriteObjects[uLayingItemID].uObjectDescID = 0; | 1093 pSpriteObjects[uLayingItemID].uObjectDescID = 0; |
1094 if ( pParty->bTurnBasedModeOn == 1 ) | 1094 if ( pParty->bTurnBasedModeOn == 1 ) |
1095 { | 1095 { |
1096 if (pSpriteObjects[uLayingItemID].uAttributes & 4 ) | 1096 if (pSpriteObjects[uLayingItemID].uAttributes & 4 ) |
1097 { | 1097 { |
1098 pSpriteObjects[uLayingItemID].uAttributes &= 0xFB; | 1098 pSpriteObjects[uLayingItemID].uAttributes &= 0xFFFB; |
1099 --pTurnEngine->field_1C; | 1099 --pTurnEngine->field_1C; |
1100 } | 1100 } |
1101 } | 1101 } |
1102 } | 1102 } |
1103 | 1103 |