I bumbed into another problem =/
g_main.c
G_SoundIndex( "sound/player/gurp1.wav" );
G_SoundIndex( "sound/player/gurp2.wav" );
This uses another type of code, I don’t really understand.
I tried this
G_SoundIndex( "sound/player/gurp1.wav" );
G_SoundIndex( "sound/player/gurp2.wav" );
G_SoundIndex( "sound/player/gurp3.wav" );
G_SoundIndex( "sound/player/gurp4.wav" );
G_SoundIndex( "sound/player/gurp5.wav" );
To add some more sounds to it, but ofcourse it didn’t work.
I can’t figure out where it’s determined how many it uses.
help me.
Thnx & Greetz Panther
