[Scummvm-cvs-logs] SF.net SVN: scummvm: [25230] scummvm/trunk/sound/mods/module.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Jan 27 23:03:34 CET 2007


Revision: 25230
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25230&view=rev
Author:   lordhoto
Date:     2007-01-27 14:03:33 -0800 (Sat, 27 Jan 2007)

Log Message:
-----------
formatting.

Modified Paths:
--------------
    scummvm/trunk/sound/mods/module.h

Modified: scummvm/trunk/sound/mods/module.h
===================================================================
--- scummvm/trunk/sound/mods/module.h	2007-01-27 21:55:26 UTC (rev 25229)
+++ scummvm/trunk/sound/mods/module.h	2007-01-27 22:03:33 UTC (rev 25230)
@@ -68,8 +68,8 @@
 	~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];


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list