mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-19 08:37:14 +02:00
Add a dummy return value to prevent an error about not returning anything.
This commit is contained in:
1
external/Squirrel/sqvm.cpp
vendored
1
external/Squirrel/sqvm.cpp
vendored
@ -1093,6 +1093,7 @@ exception_trap:
|
||||
return false;
|
||||
}
|
||||
assert(0);
|
||||
return false;
|
||||
}
|
||||
|
||||
bool SQVM::CreateClassInstance(SQClass *theclass, SQObjectPtr &inst, SQObjectPtr &constructor)
|
||||
|
Reference in New Issue
Block a user