Update of /cvsroot/super-tux/supertux/lib/audio
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23997/lib/audio
Modified Files:
sound_manager.h
Log Message:
fixed type :) yeah, the really important commit today! :)
Index: sound_manager.h
===================================================================
RCS file: /cvsroot/super-tux/supertux/lib/audio/sound_manager.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sound_manager.h 20 Jul 2004 20:18:18 -0000 1.2
+++ sound_manager.h 20 Jul 2004 20:33:14 -0000 1.3
@@ -67,7 +67,7 @@
/// Resource for music.
/** Contains the raw music data and
- informations for music reference
+ information for music reference
counting. */
class MusicResource
{
|