- Fixed some bugs and inconsistencies in the dialog code
- Started a utility to quickly preview a dialog - Moved the ppats from the individual applications into the Graphics file; reduces redudancy git-svn-id: http://openexile.googlecode.com/svn/trunk@26 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -69,9 +69,6 @@ char numchannel = 3;
|
||||
char channel;
|
||||
short snd_played[4] = {-1,-1,-1,-1};
|
||||
|
||||
void init_snd_tool(){
|
||||
}
|
||||
|
||||
Boolean sound_going(short which_s) {
|
||||
short i;
|
||||
|
||||
@@ -107,7 +104,7 @@ pascal void snd_channel_callback(SndChannelPtr theChannel,SndCommand* theCommand
|
||||
#endif
|
||||
}
|
||||
|
||||
void load_sounds(){
|
||||
void init_snd_tool(){
|
||||
short i,t;
|
||||
SndCallBackUPP callback;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user