summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-07-09 23:01:02 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-07-09 23:01:02 +0200
commit7174dffebccac082c0985285e575ce21e75c8bd5 (patch)
tree3f2b08cad856e3f27779ae474e3b919a9897cf84
parentsync with upstream (diff)
downloadre3-7174dffebccac082c0985285e575ce21e75c8bd5.tar
re3-7174dffebccac082c0985285e575ce21e75c8bd5.tar.gz
re3-7174dffebccac082c0985285e575ce21e75c8bd5.tar.bz2
re3-7174dffebccac082c0985285e575ce21e75c8bd5.tar.lz
re3-7174dffebccac082c0985285e575ce21e75c8bd5.tar.xz
re3-7174dffebccac082c0985285e575ce21e75c8bd5.tar.zst
re3-7174dffebccac082c0985285e575ce21e75c8bd5.zip
-rw-r--r--src/control/Script.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/Script.cpp b/src/control/Script.cpp
index d70b5ddb..8e9033b6 100644
--- a/src/control/Script.cpp
+++ b/src/control/Script.cpp
@@ -1237,6 +1237,7 @@ int8 CRunningScript::ProcessCommandsFrom0To99(int32 command)
pos = CWorld::Players[ScriptParams[0]].m_pPed->GetPosition();
*(CVector*)&ScriptParams[0] = pos;
StoreParameters(&m_nIp, 3);
+ return 0;
}
case COMMAND_SET_PLAYER_COORDINATES:
{