i correct this in my icmp version line 314: change this: if ( SDLNet_started-- == 0 ) { into this: if ( --SDLNet_started == 0 ) { See ya !