Tweak for 5.26 API compatibility: This function now needs to take in a string for the next map: https://github.com/wootguy/sc_doom/blob/8d0382b3c484f2df66bf3830de09a1e1ceb857a2/doom_plugin.as#L64 Changing this to `HookReturnCode MapChange(string nextMap)` will do.
Tweak for 5.26 API compatibility: This function now needs to take in a string for the next map:
sc_doom/doom_plugin.as
Line 64 in 8d0382b
Changing this to
HookReturnCode MapChange(string nextMap)will do.