mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
stop using sATMText for "Insufficient Funds" message
it is about to go
This commit is contained in:
committed by
majcosta
parent
395c18c557
commit
86ec94b40a
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user