aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/object_v2d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/object_v2d.cpp')
-rw-r--r--engines/hugo/object_v2d.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/hugo/object_v2d.cpp b/engines/hugo/object_v2d.cpp
index 7a4e5ce9a2..0bb207411e 100644
--- a/engines/hugo/object_v2d.cpp
+++ b/engines/hugo/object_v2d.cpp
@@ -52,11 +52,11 @@ ObjectHandler_v2d::~ObjectHandler_v2d() {
}
/**
-* Draw all objects on screen as follows:
-* 1. Sort 'FLOATING' objects in order of y2 (base of object)
-* 2. Display new object frames/positions in dib
-* Finally, cycle any animating objects to next frame
-*/
+ * Draw all objects on screen as follows:
+ * 1. Sort 'FLOATING' objects in order of y2 (base of object)
+ * 2. Display new object frames/positions in dib
+ * Finally, cycle any animating objects to next frame
+ */
void ObjectHandler_v2d::updateImages() {
debugC(5, kDebugObject, "updateImages");
@@ -171,9 +171,9 @@ void ObjectHandler_v2d::updateImages() {
}
/**
-* Update all object positions. Process object 'local' events
-* including boundary events and collisions
-*/
+ * Update all object positions. Process object 'local' events
+ * including boundary events and collisions
+ */
void ObjectHandler_v2d::moveObjects() {
debugC(4, kDebugObject, "moveObjects");