[Gcblue-commits] gcb_wx/include/common tcSound.h,1.14,1.15
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-11-07 03:42:04
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4233/include/common Modified Files: tcSound.h Log Message: Added optical sensor model, fixed generic model display for sensor tracks Index: tcSound.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcSound.h,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** tcSound.h 8 Aug 2004 00:31:32 -0000 1.14 --- tcSound.h 7 Nov 2004 03:40:43 -0000 1.15 *************** *** 62,66 **** #define SEFFECT_FSLIDE 21 #define SEFFECT_NAVALGUN 22 ! #define N_SEFFECT 23 #define N_EFFECT_BUFFERS 16 --- 62,70 ---- #define SEFFECT_FSLIDE 21 #define SEFFECT_NAVALGUN 22 ! #define SEFFECT_HELOLAUNCH 23 ! #define SEFFECT_RADARON 24 ! #define SEFFECT_RADAROFF 25 ! ! #define N_SEFFECT 26 #define N_EFFECT_BUFFERS 16 |