aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/mods/module.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/mods/module.h b/sound/mods/module.h
index c302d490b1..09c1e9b945 100644
--- a/sound/mods/module.h
+++ b/sound/mods/module.h
@@ -68,8 +68,8 @@ public:
~Module();
bool load(Common::ReadStream &stream);
- byte static periodToNote(int16 period, byte finetune = 0);
- int16 static noteToPeriod(byte note, byte finetune = 0);
+ static byte periodToNote(int16 period, byte finetune = 0);
+ static int16 noteToPeriod(byte note, byte finetune = 0);
private:
static const int16 periods[16][60];