diff --git a/Tactical/Interface Control.cpp b/Tactical/Interface Control.cpp index b54d2c080..69d07ca23 100644 --- a/Tactical/Interface Control.cpp +++ b/Tactical/Interface Control.cpp @@ -1243,11 +1243,13 @@ void DrawCounters( SOLDIERTYPE *pSoldier ) { case 0: // show damage as usual if( pSoldier->sDamage > 0 ) + { //PrintCounter( sDamageX, sDamageY, pSoldier->sDamage, widthDamage, FONT_MCOLOR_WHITE, PRINT_SCALE_PLAIN_NUMBER ); swprintf( pStr, L"-%d ", pSoldier->sDamage ); gprintfdirty( sDamageX, sDamageY, pStr ); mprintf( sDamageX, sDamageY, pStr ); widthDamage += StringPixLength ( pStr, TINYFONT1 ); + } break; case 1: // show ? indicator if( pSoldier->sDamage != 0 )