Mercurial > mm7
comparison SpriteObject.cpp @ 1205:8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
author | Grumpy7 |
---|---|
date | Sun, 09 Jun 2013 00:30:48 +0200 |
parents | 0dbf6c4dd029 |
children | 96a81634669e |
comparison
equal
deleted
inserted
replaced
1204:832f09144726 | 1205:8c02e6f74b29 |
---|---|
1015 int v16; // [sp+10h] [bp-8h]@1 | 1015 int v16; // [sp+10h] [bp-8h]@1 |
1016 signed int v17; // [sp+14h] [bp-4h]@8 | 1016 signed int v17; // [sp+14h] [bp-4h]@8 |
1017 int v18; // [sp+14h] [bp-4h]@14 | 1017 int v18; // [sp+14h] [bp-4h]@14 |
1018 | 1018 |
1019 v1 = this; | 1019 v1 = this; |
1020 pMapInfo = &pMapStats->pInfos[pMapStats->GetMapInfo(pCurrentMapName)]; | 1020 pMapInfo = &pMapStats->pInfos[pMapStats->GetMapInfo(pCurrentMapName.data())]; |
1021 v3 = abs(pParty->vPosition.x - v1->vPosition.x); | 1021 v3 = abs(pParty->vPosition.x - v1->vPosition.x); |
1022 v15 = abs(pParty->vPosition.y - v1->vPosition.y); | 1022 v15 = abs(pParty->vPosition.y - v1->vPosition.y); |
1023 v16 = abs(pParty->vPosition.z + pParty->sEyelevel - v1->vPosition.z); | 1023 v16 = abs(pParty->vPosition.z + pParty->sEyelevel - v1->vPosition.z); |
1024 v4 = v3; | 1024 v4 = v3; |
1025 v5 = v15; | 1025 v5 = v15; |