aboutsummaryrefslogtreecommitdiff
path: root/src/game/GameObject.cpp
diff options
context:
space:
mode:
authormaximius <none@none>2009-09-14 16:06:21 -0700
committermaximius <none@none>2009-09-14 16:06:21 -0700
commit4ab8d4a5ddebbb04597ed2c2d1da39d315bc08ef (patch)
tree52418d9fdb958c6ff4f2bffe2b58121e73807bc4 /src/game/GameObject.cpp
parentb37f9b1e55bd4b80597b8b8c3f461aad70ccc5c1 (diff)
*Use 4 spaces instead of tabs in .cpp and .h files
--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 18a80ce46fe..e92fcb70863 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;
}