DM: refact f293_drawAllChampionStates, f283_viAltarRebirth, f327_isProjectileSpellCast and f326_championShootProjectile. Rename Direction.
This commit is contained in:
parent
63fc9fb27d
commit
b174331e71
17 changed files with 132 additions and 138 deletions
|
@ -83,7 +83,7 @@ LoadgameResponse DMEngine::f435_loadgame(int16 slot) {
|
|||
_championMan->_g305_partyChampionCount = file->readUint16BE();
|
||||
_dungeonMan->_g306_partyMapX = file->readSint16BE();
|
||||
_dungeonMan->_g307_partyMapY = file->readSint16BE();
|
||||
_dungeonMan->_g308_partyDir = (direction)file->readUint16BE();
|
||||
_dungeonMan->_g308_partyDir = (Direction)file->readUint16BE();
|
||||
_dungeonMan->_g309_partyMapIndex = file->readByte();
|
||||
_championMan->_g411_leaderIndex = (ChampionIndex)file->readSint16BE();
|
||||
_championMan->_g514_magicCasterChampionIndex = (ChampionIndex)file->readSint16BE();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue