[SDL] Sam ERROR IN SDL_net !

Goul_duKat goul_dukat at despammed.com
Sat Aug 30 09:05:01 PDT 2003


i correct this in my icmp version

line 314:
change this:
 if ( SDLNet_started-- == 0 ) {

into this:
 if ( --SDLNet_started == 0 ) {

See ya !







More information about the SDL mailing list