summaryrefslogtreecommitdiffstats
path: root/src/object/brain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/brain.cpp')
-rw-r--r--src/object/brain.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/object/brain.cpp b/src/object/brain.cpp
index 4fab449..9e5149e 100644
--- a/src/object/brain.cpp
+++ b/src/object/brain.cpp
@@ -1312,7 +1312,8 @@ bool CBrain::CreateInterface(bool bSelect)
type == OBJECT_WORM ||
type == OBJECT_CONTROLLER) // vehicle?
{
- if (!(m_main->GetRetroMode())) {
+ if (!(m_main->GetRetroMode()))
+ {
ddim.x = dim.x*5.1f;
ddim.y = dim.y*2.0f; // default => 2
pos.x = ox+sx*0.0f;