- 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:
2009-04-20 16:20:34 +00:00
parent 457bbe3e85
commit 7573c1ed98
29 changed files with 1131 additions and 532 deletions

View File

@@ -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;