Codechange: Use SQInteger for generic numbers in script_bridgelist
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user