[Gcblue-commits] gcb_wx/include/sim tcDirectorEvent.h,1.11,1.12
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-01-27 01:02:36
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11058/include/sim Modified Files: tcDirectorEvent.h Log Message: Multiple smoke trail fixes Animation tweaks Index: tcDirectorEvent.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcDirectorEvent.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** tcDirectorEvent.h 7 Oct 2004 22:01:12 -0000 1.11 --- tcDirectorEvent.h 27 Jan 2005 01:01:46 -0000 1.12 *************** *** 148,156 **** { public: ! int effectCode; virtual void Update(double t); ! tcSoundEffectEvent(double t, int effect); virtual ~tcSoundEffectEvent(); }; --- 148,156 ---- { public: ! std::string effectCode; virtual void Update(double t); ! tcSoundEffectEvent(double t, const std::string& effect); virtual ~tcSoundEffectEvent(); }; |