aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/inventory.h
diff options
context:
space:
mode:
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 {