Fix 13528bfcd0
: bank balance command allows int64, GS was limited to int32
This commit is contained in:
@@ -246,8 +246,6 @@ public:
|
||||
* @return True, if the bank balance was changed.
|
||||
* @game @pre ScriptCompanyMode::IsDeity().
|
||||
* @pre ResolveCompanyID(company) != COMPANY_INVALID.
|
||||
* @pre delta >= -2**31
|
||||
* @pre delta < 2**31
|
||||
* @note You need to create your own news message to inform about costs/gifts that you create using this command.
|
||||
* @api -ai
|
||||
*/
|
||||
|
Reference in New Issue
Block a user