Quote Originally Posted by ztealmax View Post
Ohh man if you would fix that for me i would love you forever since me trying to compile this old et-sdl-sound.so is a epic fail
you could do it yourself:
open it (edit: I mean et-sdl-sound.so) with a hex editor, then search for 82 9F B4 6A (it's 6ab49f82 if you read the bytes from last to first) and replace it with the new crc (the byte order must be changed in the same fashion!)

The assembly would change from cmp eax, 6ab49f82 to the new value. Done.

Didn't test it because I don't have any modified et, but it should work.