stop using sATMText for "Insufficient Funds" message

it is about to go
This commit is contained in:
Marco Antonio J. Costa
2025-10-08 03:07:23 -03:00
committed by majcosta
parent 395c18c557
commit 86ec94b40a
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1772,7 +1772,7 @@ BOOLEAN CanCharacterDrillMilitia( SOLDIERTYPE *pSoldier, BOOLEAN aErrorReport )
if ( LaptopSaveInfo.iCurrentBalance <= 0 )
{
if ( aErrorReport )
DoScreenIndependantMessageBox( sATMText[4], MSG_BOX_FLAG_OK, NULL );
DoScreenIndependantMessageBox(gzSkiAtmText[SKI_ATM_MODE_TEXT_SELECT_INUSUFFICIENT_FUNDS], MSG_BOX_FLAG_OK, NULL );
return( FALSE );
}