* abstauber needs way to long for teh english.
I still post it for the records 
Quote from: monkey_05_06 on Mon 08/07/2013 15:06:09Such things should never fill you with rage
The whole "checks for #ifver 3.2 and I suppose that breaks for 3.3" bit filled me with unfathomable rage.

Quote from: monkey_05_06 on Mon 08/07/2013 15:06:09
Without looking through your code,...
Let me support your laziness
#The very first script header:
#ifver 3.2
#define USE_OBJECT_ORIENTED_AUDIO
#endif
And this is how it works
#ifdef USE_OBJECT_ORIENTED_AUDIO
import int wicked_sound_function(AudioClip *sound);
#endif
#ifndef USE_OBJECT_ORIENTED_AUDIO
import int wicked_sound_function(int sound);
#endif
People should let go of "play-by-numbers" anyway. If somebody insists of addressing sounds by numbers in AGS 3.2 (including the template's two functions), one can still comment the definition of USE_OBJECT_ORIENTED_AUDIO.
edit:
@Crimson: Hooray, we even quoted the same lines
