draconisPW / PWMAngband

A free, multi-player roguelike dungeon exploration game based on Angband
35 stars 11 forks source link

Update main-sdl2.c #599

Closed s88100 closed 8 months ago

s88100 commented 8 months ago

code in V https://github.com/angband/angband/commit/569a86e3d9faae7c1e1855454caf539c6082febc

if (s && s[0]) {
    SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "Fatal Error",
        s, NULL);
}

I removed it because the hook was activated plog_aux = hook_plog;