Update of /cvsroot/gcblue/gcb_wx/include/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27758/include/common
Modified Files:
tcSound.h
Log Message:
Fixed group commands
Index: tcSound.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcSound.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** tcSound.h 7 Nov 2004 03:40:43 -0000 1.15
--- tcSound.h 10 Jan 2005 00:30:20 -0000 1.16
***************
*** 65,70 ****
#define SEFFECT_RADARON 24
#define SEFFECT_RADAROFF 25
! #define N_SEFFECT 26
#define N_EFFECT_BUFFERS 16
--- 65,72 ----
#define SEFFECT_RADARON 24
#define SEFFECT_RADAROFF 25
+ #define SEFFECT_TORPEDOLAUNCH 26
+ #define SEFFECT_SONARDETECT 27
! #define N_SEFFECT 28
#define N_EFFECT_BUFFERS 16
|