Codechange: Use SQInteger for generic numbers in script_bridgelist

This commit is contained in:
glx22
2023-02-09 22:26:02 +01:00
committed by Loïc Guilloux
parent 58bf2f7176
commit 83826b1793
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ public:
/**
* @param length The length of the bridge you want to build.
*/
ScriptBridgeList_Length(uint length);
ScriptBridgeList_Length(SQInteger length);
};
#endif /* SCRIPT_BRIDGELIST_HPP */