aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/squirrel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDedicatedTest/squirrel.cpp')
-rw-r--r--NorthstarDedicatedTest/squirrel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/squirrel.cpp b/NorthstarDedicatedTest/squirrel.cpp
index d999ef0d..addb8862 100644
--- a/NorthstarDedicatedTest/squirrel.cpp
+++ b/NorthstarDedicatedTest/squirrel.cpp
@@ -125,7 +125,7 @@ template<Context context> void* CreateNewVMHook(void* a1, Context realContext)
if (realContext == UI)
g_UISquirrelManager->VMCreated(sqvm);
else
- g_ClientSquirrelManager->VMCreated(sqvm)
+ g_ClientSquirrelManager->VMCreated(sqvm);
}
else if (context == SERVER)
{