Also always make it MBX_INFO on Windows.

This commit is contained in:
OBattler
2026-01-23 09:46:15 +01:00
parent 3e39182497
commit c065c61217

View File

@@ -740,7 +740,7 @@ pc_show_usage(char *s)
s);
#ifdef _WIN32
ui_msgbox(MBX_ANSI | ((s == NULL) ? MBX_INFO : MBX_WARNING), p);
ui_msgbox(MBX_ANSI | MBX_INFO, p);
#else
always_log("%s", p);
#endif