aboutsummaryrefslogtreecommitdiff
path: root/src/game/GameObject.cpp
diff options
context:
space:
mode:
authormaximius <none@none>2009-09-14 16:48:00 -0700
committermaximius <none@none>2009-09-14 16:48:00 -0700
commit7349c1d9dd7ff2331d5059595f3e81dfc097f071 (patch)
treec637055aab5d8f0e733fc611fada42c43ad04d83 /src/game/GameObject.cpp
parent4ab8d4a5ddebbb04597ed2c2d1da39d315bc08ef (diff)
Backed out changeset 60578c781be1
--HG-- branch : trunk
Diffstat (limited to 'src/game/GameObject.cpp')
-rw-r--r--src/game/GameObject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp
index e92fcb70863..18a80ce46fe 100644
--- a/src/game/GameObject.cpp
+++ b/src/game/GameObject.cpp
@@ -402,7 +402,7 @@ void GameObject::Update(uint32 /*p_time*/)
if (GetGOInfo()->GetAutoCloseTime() && (m_cooldownTime < time(NULL)))
ResetDoorOrButton();
break;
- default: break;
+ default: break;
}
break;
}