smefpw / Indigo

Indigo 4.0
https://smef.pw
MIT License
91 stars 38 forks source link

//EDIT Crash Fixed #106

Closed zenzcode closed 6 years ago

zenzcode commented 6 years ago

//EDIT

Hey Guys!

So I just tried some stuff out and now heres the fix for the crash!

Go to "Hooks.cpp" and go to line 319 - 320 (if (!SoundTable.InitTable(Interfaces::Sound())) return false;).

And now, do it like this.

        //  if (!SoundTable.InitTable(Interfaces::Sound()))
            //  return false;

So that its not visible by the code. Your Paste shouldwork again!

Greets 👍

mistine commented 6 years ago

That's some next gen fix right there mate.