aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/file.h')
-rw-r--r--engines/hugo/file.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/hugo/file.h b/engines/hugo/file.h
index 766c8d24a0..8e98ac9722 100644
--- a/engines/hugo/file.h
+++ b/engines/hugo/file.h
@@ -35,8 +35,8 @@
namespace Hugo {
/**
-* Enumerate overlay file types
-*/
+ * Enumerate overlay file types
+ */
enum ovl_t {kOvlBoundary, kOvlOverlay, kOvlBase};
class FileManager {
@@ -79,8 +79,8 @@ protected:
static const int kLengthMask = 0x3F; // Lower 6 bits are length
/**
- * Structure of scenery file lookup entry
- */
+ * Structure of scenery file lookup entry
+ */
struct sceneBlock_t {
uint32 scene_off;
uint32 scene_len;