aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/object_v2d.cpp
diff options
context:
space:
mode:
authorArnaud Boutonné2010-11-01 20:20:21 +0000
committerArnaud Boutonné2010-11-01 20:20:21 +0000
commite0fec608741636a79ba229425936a44519880343 (patch)
tree6f1a682e896b2cb3c0ae0f9e9f48b46e6b7aa653 /engines/hugo/object_v2d.cpp
parent130365ef0d36372349f566104faaa1acc105940d (diff)
downloadscummvm-rg350-e0fec608741636a79ba229425936a44519880343.tar.gz
scummvm-rg350-e0fec608741636a79ba229425936a44519880343.tar.bz2
scummvm-rg350-e0fec608741636a79ba229425936a44519880343.zip
HUGO: Convert class member comments to Doxygen format
svn-id: r54018
Diffstat (limited to 'engines/hugo/object_v2d.cpp')
-rw-r--r--engines/hugo/object_v2d.cpp16
1 files changed, 10 insertions, 6 deletions
diff --git a/engines/hugo/object_v2d.cpp b/engines/hugo/object_v2d.cpp
index 2915eb6bf0..9d35edd882 100644
--- a/engines/hugo/object_v2d.cpp
+++ b/engines/hugo/object_v2d.cpp
@@ -52,10 +52,12 @@ ObjectHandler_v2d::ObjectHandler_v2d(HugoEngine *vm) : ObjectHandler_v1d(vm) {
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");
@@ -169,8 +171,10 @@ 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");