Codechange: Use SQInteger for generic numbers in script_companymode

This commit is contained in:
glx22
2023-02-10 17:37:18 +01:00
committed by Loïc Guilloux
parent 89c0841d0a
commit 424ae74504
2 changed files with 3 additions and 3 deletions

View File

@@ -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