diff options
author | Seemann <mail@sannybuilder.com> | 2020-12-14 01:52:49 -0500 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-12-14 11:18:46 +0200 |
commit | 0563478de049c5d3c23656b872c14ae6f6d7eeef (patch) | |
tree | a46a2eb0715ec9b44f6a189bb52f6de21f6b7393 /src/control/Script3.cpp | |
parent | f42a01f653c860b5df3cfdbe34cc37f25dc3c36a (diff) |
Fix some formatting issues
Diffstat (limited to 'src/control/Script3.cpp')
-rw-r--r-- | src/control/Script3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Script3.cpp b/src/control/Script3.cpp index 38bcb2ec..1f1ed537 100644 --- a/src/control/Script3.cpp +++ b/src/control/Script3.cpp @@ -996,7 +996,7 @@ int8 CRunningScript::ProcessCommands600To699(int32 command) CollectParameters(&m_nIp, 4); int mi = ScriptParams[0] >= 0 ? ScriptParams[0] : CTheScripts::UsedObjectArray[-ScriptParams[0]].index; CObject* pObj = new CObject(mi, false); -; pObj->ObjectCreatedBy = MISSION_OBJECT; + pObj->ObjectCreatedBy = MISSION_OBJECT; CVector pos = *(CVector*)&ScriptParams[1]; if (pos.z <= MAP_Z_LOW_LIMIT) pos.z = CWorld::FindGroundZForCoord(pos.x, pos.y); |