aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/inventory.h
diff options
context:
space:
mode:
authorArnaud Boutonné2011-02-11 20:27:48 +0000
committerArnaud Boutonné2011-02-11 20:27:48 +0000
commit87ab737e6bc4b97950e83d981ef5828665ce9b72 (patch)
tree46156b2b01f665d9bb0ba5221b069dc76f5e1369 /engines/hugo/inventory.h
parenta9b051beff3157e1aa88b8090852850f55440e9b (diff)
downloadscummvm-rg350-87ab737e6bc4b97950e83d981ef5828665ce9b72.tar.gz
scummvm-rg350-87ab737e6bc4b97950e83d981ef5828665ce9b72.tar.bz2
scummvm-rg350-87ab737e6bc4b97950e83d981ef5828665ce9b72.zip
HUGO: Cleanup: fix style issue in Doxygen comments
svn-id: r55884
Diffstat (limited to 'engines/hugo/inventory.h')
-rw-r--r--engines/hugo/inventory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hugo/inventory.h b/engines/hugo/inventory.h
index 84bc29ea1b..deb22cf9aa 100644
--- a/engines/hugo/inventory.h
+++ b/engines/hugo/inventory.h
@@ -35,8 +35,8 @@
namespace Hugo {
/**
-* Actions for Process_inventory()
-*/
+ * Actions for Process_inventory()
+ */
enum invact_t {kInventoryActionInit, kInventoryActionLeft, kInventoryActionRight, kInventoryActionGet};
class InventoryHandler {