summaryrefslogtreecommitdiffstats
path: root/src/object/objman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/objman.cpp')
-rw-r--r--src/object/objman.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/object/objman.cpp b/src/object/objman.cpp
index e4102b8..0471ebf 100644
--- a/src/object/objman.cpp
+++ b/src/object/objman.cpp
@@ -63,10 +63,9 @@ CObject* CObjectManager::SearchInstance(int id)
return m_table[id];
}
-CObject* CObjectManager::CreateObject(Math::Vector pos, float angle, float zoom, float height,
- ObjectType type, float power,
- bool trainer, bool toy,
- int option)
+CObject* CObjectManager::CreateObject(Math::Vector pos, float angle, ObjectType type,
+ float power, float zoom, float height,
+ bool trainer, bool toy, int option)
{
CObject* object = nullptr;