stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/src game/game.c include/sound_server....


From: Jimmy Salmon
Subject: [Stratagus-CVS] stratagus/src game/game.c include/sound_server....
Date: Mon, 06 Oct 2003 16:03:30 -0400

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Jimmy Salmon <address@hidden>   03/10/06 16:03:29

Modified files:
        src/game       : game.c 
        src/include    : sound_server.h 
        src/sound      : sound_server.c 

Log message:
        Removed CompressedSoundMemory

Patches:
Index: stratagus/src/game/game.c
diff -u stratagus/src/game/game.c:1.106 stratagus/src/game/game.c:1.107
--- stratagus/src/game/game.c:1.106     Thu Oct  2 11:39:32 2003
+++ stratagus/src/game/game.c   Mon Oct  6 16:03:29 2003
@@ -27,7 +27,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: game.c,v 1.106 2003/10/02 15:39:32 jsalmon3 Exp $
+//     $Id: game.c,v 1.107 2003/10/06 20:03:29 jsalmon3 Exp $
 
 //@{
 
@@ -444,10 +444,6 @@
        AllocatedSoundMemory _C_
        AllocatedSoundMemory / 1024 _C_
        AllocatedSoundMemory / 1024 / 1024);
-    DebugLevel0("Compressed sounds uses %d bytes (%d KB, %d MB)\n" _C_
-       CompressedSoundMemory _C_
-       CompressedSoundMemory / 1024 _C_
-       CompressedSoundMemory / 1024 / 1024);
 #endif
 
     //
Index: stratagus/src/include/sound_server.h
diff -u stratagus/src/include/sound_server.h:1.60 
stratagus/src/include/sound_server.h:1.61
--- stratagus/src/include/sound_server.h:1.60   Fri Jul 11 10:35:30 2003
+++ stratagus/src/include/sound_server.h        Mon Oct  6 16:03:29 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: sound_server.h,v 1.60 2003/07/11 14:35:30 n0body Exp $
+//     $Id: sound_server.h,v 1.61 2003/10/06 20:03:29 jsalmon3 Exp $
 
 #ifndef __SOUND_SERVER_H__
 #define __SOUND_SERVER_H__
@@ -248,8 +248,6 @@
 #ifdef DEBUG
     /// allocated memory for sound samples
 extern unsigned AllocatedSoundMemory;
-    /// allocated memory for compressed sound samples
-extern unsigned CompressedSoundMemory;
 #endif
 
 extern Sample* MusicSample;            /// Music samples
Index: stratagus/src/sound/sound_server.c
diff -u stratagus/src/sound/sound_server.c:1.121 
stratagus/src/sound/sound_server.c:1.122
--- stratagus/src/sound/sound_server.c:1.121    Wed Oct  1 19:56:21 2003
+++ stratagus/src/sound/sound_server.c  Mon Oct  6 16:03:29 2003
@@ -27,7 +27,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: sound_server.c,v 1.121 2003/10/01 23:56:21 jsalmon3 Exp $
+//     $Id: sound_server.c,v 1.122 2003/10/06 20:03:29 jsalmon3 Exp $
 
 //@{
 
@@ -112,7 +112,6 @@
 
 #ifdef DEBUG
 global unsigned AllocatedSoundMemory;  /// memory used by sound
-global unsigned CompressedSoundMemory; /// compressed memory used by sound
 #endif
 
 global int GlobalVolume = 128;         /// global sound volume




reply via email to

[Prev in Thread] Current Thread [Next in Thread]