mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +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
@@ -1211,8 +1211,8 @@ BOOLEAN MercFilesHireMerc(UINT8 ubMercID)
|
|||||||
|
|
||||||
if(is_networked && (Namount*(-1) > LaptopSaveInfo.iCurrentBalance))
|
if(is_networked && (Namount*(-1) > LaptopSaveInfo.iCurrentBalance))
|
||||||
{
|
{
|
||||||
DoLapTopMessageBox( MSG_BOX_LAPTOP_DEFAULT, sATMText[ 4 ], LAPTOP_SCREEN, MSG_BOX_FLAG_OK, NULL);
|
DoLapTopMessageBox( MSG_BOX_LAPTOP_DEFAULT, gzSkiAtmText[SKI_ATM_MODE_TEXT_SELECT_INUSUFFICIENT_FUNDS], LAPTOP_SCREEN, MSG_BOX_FLAG_OK, NULL);
|
||||||
return(FALSE);//not enough big ones $$$sATMText
|
return(FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef JA2UB
|
#ifdef JA2UB
|
||||||
@@ -1225,8 +1225,8 @@ BOOLEAN MercFilesHireMerc(UINT8 ubMercID)
|
|||||||
|
|
||||||
if ( Namount > LaptopSaveInfo.iCurrentBalance )
|
if ( Namount > LaptopSaveInfo.iCurrentBalance )
|
||||||
{
|
{
|
||||||
DoLapTopMessageBox( MSG_BOX_LAPTOP_DEFAULT, sATMText[4], LAPTOP_SCREEN, MSG_BOX_FLAG_OK, NULL );
|
DoLapTopMessageBox( MSG_BOX_LAPTOP_DEFAULT, gzSkiAtmText[SKI_ATM_MODE_TEXT_SELECT_INUSUFFICIENT_FUNDS], LAPTOP_SCREEN, MSG_BOX_FLAG_OK, NULL );
|
||||||
return(FALSE);//not enough big ones $$$sATMText
|
return(FALSE);
|
||||||
}
|
}
|
||||||
#endif // JA2UB
|
#endif // JA2UB
|
||||||
|
|
||||||
|
|||||||
@@ -1772,7 +1772,7 @@ BOOLEAN CanCharacterDrillMilitia( SOLDIERTYPE *pSoldier, BOOLEAN aErrorReport )
|
|||||||
if ( LaptopSaveInfo.iCurrentBalance <= 0 )
|
if ( LaptopSaveInfo.iCurrentBalance <= 0 )
|
||||||
{
|
{
|
||||||
if ( aErrorReport )
|
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 );
|
return( FALSE );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user