aboutsummaryrefslogtreecommitdiff
path: root/sound/mods/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mods/module.h')
-rw-r--r--sound/mods/module.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/mods/module.h b/sound/mods/module.h
index 0d2282f770..550b63617e 100644
--- a/sound/mods/module.h
+++ b/sound/mods/module.h
@@ -70,7 +70,7 @@ public:
byte songlen;
byte undef;
byte songpos[128];
- byte sig[4];
+ uint32 sig;
pattern_t *pattern;
Module();
@@ -82,6 +82,7 @@ public:
private:
static const int16 periods[16][60];
+ static const uint32 signatures[];
};
} // End of namespace Modules