X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=a3eae88217bc14c3ee295acea1f721530c7ecec2;hb=b4daa7d0a171abb2a25609e89c323863e6246b0b;hp=26c2c043c32b6ce5344b620c3f0196c6c590ab2e;hpb=9f9e4ca920d37c88d3c6e15d645e18e8b56e662a;p=rocksndiamonds.git diff --git a/src/libgame/system.c b/src/libgame/system.c index 26c2c043..a3eae882 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -99,7 +99,7 @@ void InitProgramInfo(char *command_filename, program.version_string = program_version_string; - program.log_filename = getLogFilename(LOG_FILENAME); + program.log_filename = getLogFilename(getLogBasename(program_basename)); program.log_file = program.log_file_default = stdout; program.api_thread_count = 0; @@ -292,6 +292,11 @@ void InitGfxDrawTileCursorFunction(void (*draw_tile_cursor_function)(int)) gfx.draw_tile_cursor_function = draw_tile_cursor_function; } +void InitGfxDrawEnvelopeRequestFunction(void (*draw_envelope_request_function)(int)) +{ + gfx.draw_envelope_request_function = draw_envelope_request_function; +} + void InitGfxCustomArtworkInfo(void) { gfx.override_level_graphics = FALSE;