aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/squirrel
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/squirrel')
-rw-r--r--NorthstarDLL/squirrel/squirrel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/squirrel/squirrel.h b/NorthstarDLL/squirrel/squirrel.h
index 82825b3c..ce758d7c 100644
--- a/NorthstarDLL/squirrel/squirrel.h
+++ b/NorthstarDLL/squirrel/squirrel.h
@@ -181,7 +181,7 @@ class SquirrelManagerBase
inline void pushvector(HSquirrelVM* sqvm, const Vector3 pVal)
{
- __sq_pushvector(sqvm, *(float**)&pVal);
+ __sq_pushvector(sqvm, (float*)&pVal);
}
inline void pushobject(HSquirrelVM* sqvm, SQObject* obj)