mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-05-31 06:57:09 +02:00
Updated the Squirrel library to include the latest changes straight from the repository.
This commit is contained in:
Vendored
+1
-1
@@ -241,7 +241,7 @@ void SQSharedState::MarkObject(SQObjectPtr &o,SQCollectable **chain)
|
||||
}
|
||||
}
|
||||
|
||||
void SQSharedState::RunMark(SQVM SQ_UNUSED_ARG(*vm),SQCollectable **tchain)
|
||||
void SQSharedState::RunMark(SQVM* SQ_UNUSED_ARG(vm),SQCollectable **tchain)
|
||||
{
|
||||
SQVM *vms = _thread(_root_vm);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user