own sound instead of PlayOnce

This commit is contained in:
Chris Danford
2005-03-18 21:51:30 +00:00
parent 9cad331c2a
commit cfd4a03110
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -69,6 +69,8 @@ protected:
void* m_pCallbackData;
Transition m_In;
Transition m_Out;
RageSound m_sndChange;
};
#endif