windowed death

This commit is contained in:
lizzie
2026-08-14 03:35:58 +00:00
parent 8b58a4f438
commit 40e4a3f0a3
+2 -1
View File
@@ -6,6 +6,7 @@
#include "common/program_args.h"
#include "common/logging.h"
#include "common/scm_rev.h"
#include "common/string_util.h"
#include "network/room.h"
#ifdef _WIN32
@@ -71,7 +72,7 @@ int ParseArguments(ProgramArguments& args, int argc, char *argv[]) {
auto argv_w = CommandLineToArgvW(GetCommandLineW(), &argc_w);
if (argv_w == nullptr) {
LOG_CRITICAL(Frontend, "Failed to get command line arguments");
return SDL_APP_FAILURE;
return -1;
}
#endif