diff --git a/JA2.suo b/JA2.suo index 052fcd3b..633fff6c 100644 Binary files a/JA2.suo and b/JA2.suo differ diff --git a/Tactical/Animation Control.cpp b/Tactical/Animation Control.cpp index b6918964..54219f27 100644 --- a/Tactical/Animation Control.cpp +++ b/Tactical/Animation Control.cpp @@ -2989,9 +2989,9 @@ void InitAnimationSurfacesPerBodytype( ) gubAnimSurfaceCorpseID[ TANK_NE ][ STANDING ] = TANK2_DEAD; // ELDORADO - gubAnimSurfaceIndex[ ELDORADO ][ STANDING ] = HUMVEE_BASIC; - gubAnimSurfaceIndex[ ELDORADO ][ WALKING ] = HUMVEE_BASIC; - gubAnimSurfaceIndex[ ELDORADO ][ VEHICLE_DIE ] = HUMVEE_DIE; + gubAnimSurfaceIndex[ ELDORADO ][ STANDING ] = ELDORADO_BASIC; + gubAnimSurfaceIndex[ ELDORADO ][ WALKING ] = ELDORADO_BASIC; + gubAnimSurfaceIndex[ ELDORADO ][ VEHICLE_DIE ] = ELDORADO_DIE; // ICECREAMTRUCK gubAnimSurfaceIndex[ ICECREAMTRUCK ][ STANDING ] = ICECREAMTRUCK_BASIC; @@ -3000,9 +3000,9 @@ void InitAnimationSurfacesPerBodytype( ) gubAnimSurfaceCorpseID[ ICECREAMTRUCK ][ STANDING ] = ICECREAM_DEAD; // JEEP - gubAnimSurfaceIndex[ JEEP ][ STANDING ] = HUMVEE_BASIC; - gubAnimSurfaceIndex[ JEEP ][ WALKING ] = HUMVEE_BASIC; - gubAnimSurfaceIndex[ JEEP ][ VEHICLE_DIE ] = HUMVEE_DIE; + gubAnimSurfaceIndex[ JEEP ][ STANDING ] = JEEP_BASIC; + gubAnimSurfaceIndex[ JEEP ][ WALKING ] = JEEP_BASIC; + gubAnimSurfaceIndex[ JEEP ][ VEHICLE_DIE ] = JEEP_DIE; } BOOLEAN LoadAnimationStateInstructions( ) diff --git a/Tactical/Map Information.cpp b/Tactical/Map Information.cpp index 7cd983a0..a57777d0 100644 --- a/Tactical/Map Information.cpp +++ b/Tactical/Map Information.cpp @@ -606,7 +606,7 @@ void ValidateAndUpdateMapVersionIfNecessary() else if( gMapInformation.ubMapVersion > MINOR_MAP_VERSION ) { //we may have a problem... - AssertMsg( 0, "Map version is greater than the current version (old ja2.exe?)" ); + //AssertMsg( 0, "Map version is greater than the current version (old ja2.exe?)" ); } AutoCalculateItemNoOverwriteStatus() ; }