Codechange: Use SQInteger for generic numbers in script_companymode
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
* @note When the instance is destroyed, it restores the company that was
|
||||
* current when the instance was created!
|
||||
*/
|
||||
ScriptCompanyMode(int company);
|
||||
ScriptCompanyMode(SQInteger company);
|
||||
|
||||
/**
|
||||
* Destroying this instance reset the company to that what it was
|
||||
|
Reference in New Issue
Block a user