diff --git a/game/Andy.cpp b/game/Andy.cpp index eb0d059..f2677be 100644 --- a/game/Andy.cpp +++ b/game/Andy.cpp @@ -11,9 +11,9 @@ char *AndyGob::GetName() } #endif -static int s_anFiringStripIndices[8] = { 1, 2, 3, 4, 5, 6, 7, 8 }; -static int s_anMovingStripIndices[8] = { 17, 18, 19, 20, 21, 22, 23, 24 }; -static int s_anIdleStripIndices[8] = { 9, 10, 11, 12, 13, 14, 15, 16 }; +static int s_anFiringStripIndices[16] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}; +static int s_anMovingStripIndices[16] = { 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48 }; +static int s_anIdleStripIndices[16] = { 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32 }; bool AndyGob::InitClass(IniReader *pini) { diff --git a/game/Artillery.cpp b/game/Artillery.cpp index f8de297..02153d3 100644 --- a/game/Artillery.cpp +++ b/game/Artillery.cpp @@ -11,8 +11,8 @@ char *ArtilleryGob::GetName() } #endif -static int s_anFiringStripIndices[8] = { 0, 1, 2, 3, 4, 5, 6, 7 }; -static int s_anMovingStripIndices[8] = { 8, 9, 10, 11, 12, 13, 14, 15 }; +static int s_anFiringStripIndices[16] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }; +static int s_anMovingStripIndices[16] = { 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 }; bool ArtilleryGob::InitClass(IniReader *pini) { diff --git a/game/LRInfantry.cpp b/game/LRInfantry.cpp index 842d362..ec88088 100644 --- a/game/LRInfantry.cpp +++ b/game/LRInfantry.cpp @@ -11,9 +11,9 @@ char *LRInfantryGob::GetName() } #endif -static int s_anFiringStripIndices[8] = { 1, 2, 3, 4, 5, 6, 7, 8 }; -static int s_anMovingStripIndices[8] = { 17, 18, 19, 20, 21, 22, 23, 24 }; -static int s_anIdleStripIndices[8] = { 9, 10, 11, 12, 13, 14, 15, 16 }; +static int s_anFiringStripIndices[16] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; +static int s_anMovingStripIndices[16] = { 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48 }; +static int s_anIdleStripIndices[16] = { 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32 }; bool LRInfantryGob::InitClass(IniReader *pini) { diff --git a/game/Miner.cpp b/game/Miner.cpp index 0e87fa6..10a8e8d 100644 --- a/game/Miner.cpp +++ b/game/Miner.cpp @@ -13,7 +13,7 @@ char *MinerGob::GetName() } #endif -static int s_anMovingStripIndices[8] = { 0, 1, 2, 3, 4, 5, 6, 7 }; +static int s_anMovingStripIndices[16] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }; bool MinerGob::InitClass(IniReader *pini) { diff --git a/game/MobileHQ.cpp b/game/MobileHQ.cpp index ada0f35..d776651 100644 --- a/game/MobileHQ.cpp +++ b/game/MobileHQ.cpp @@ -11,7 +11,7 @@ char *MobileHqGob::GetName() } #endif -static int s_anMovingStripIndices[8] = { 0, 1, 2, 3, 4, 5, 6, 7 }; +static int s_anMovingStripIndices[16] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }; bool MobileHqGob::InitClass(IniReader *pini) { diff --git a/game/SRInfantry.cpp b/game/SRInfantry.cpp index 9f7a642..c59523f 100644 --- a/game/SRInfantry.cpp +++ b/game/SRInfantry.cpp @@ -11,9 +11,9 @@ char *SRInfantryGob::GetName() } #endif -static int s_anFiringStripIndices[8] = { 1, 2, 3, 4, 5, 6, 7, 8 }; -static int s_anMovingStripIndices[8] = { 17, 18, 19, 20, 21, 22, 23, 24 }; -static int s_anIdleStripIndices[8] = { 9, 10, 11, 12, 13, 14, 15, 16 }; +static int s_anFiringStripIndices[16] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; +static int s_anMovingStripIndices[16] = { 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48 }; +static int s_anIdleStripIndices[16] = { 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32 }; bool SRInfantryGob::InitClass(IniReader *pini) { diff --git a/game/SpInfantry.cpp b/game/SpInfantry.cpp index 867d8fb..2028e64 100644 --- a/game/SpInfantry.cpp +++ b/game/SpInfantry.cpp @@ -11,8 +11,8 @@ char *SpInfantryGob::GetName() } #endif -static int s_anIdleStripIndices[8] = { 1, 2, 3, 4, 5, 6, 7, 8 }; -static int s_anMovingStripIndices[8] = { 9, 10, 11, 12, 13, 14, 15, 16 }; +static int s_anIdleStripIndices[16] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; +static int s_anMovingStripIndices[16] = { 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32 }; bool SpInfantryGob::InitClass(IniReader *pini) { diff --git a/game/Tank.cpp b/game/Tank.cpp index 913baf1..4188f7f 100644 --- a/game/Tank.cpp +++ b/game/Tank.cpp @@ -255,9 +255,9 @@ char *LTankGob::GetName() } #endif -static int s_anTurretStripIndices[16] = { 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 }; -static int s_anBaseStripIndices[8] = { 0, 1, 2, 3, 4, 5, 6, 7 }; -static int s_anIdleStripIndices[8] = { 0, 1, 2, 3, 4, 5, 6, 7 }; +static int s_anTurretStripIndices[16] = { 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 }; +static int s_anBaseStripIndices[16] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }; +static int s_anIdleStripIndices[16] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }; bool LTankGob::InitClass(IniReader *pini) {