1
0
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:
Sandu Liviu Catalin
2016-08-03 16:39:37 +03:00
parent c5192399e2
commit e0cd48e639
7 changed files with 26 additions and 10 deletions
+1 -1
View File
@@ -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);