Codechange: Use SQInteger for generic numbers in script_priorityqueue
This commit is contained in:
@@ -35,7 +35,7 @@ ScriptPriorityQueue::~ScriptPriorityQueue()
|
||||
SQInteger ScriptPriorityQueue::Insert(HSQUIRRELVM vm)
|
||||
{
|
||||
HSQOBJECT item;
|
||||
int64 priority;
|
||||
SQInteger priority;
|
||||
sq_resetobject(&item);
|
||||
sq_getstackobj(vm, 2, &item);
|
||||
sq_getinteger(vm, 3, &priority);
|
||||
|
Reference in New Issue
Block a user