Quick fix for recent VKDoom.
This commit is contained in:
parent
879a679820
commit
276d280cef
2 changed files with 4 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
[default]
|
[default]
|
||||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1232 \cu(mar 29 jul 2025 20:30:09 CEST)\c-";
|
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1232 \cu(mié 13 ago 2025 14:03:13 CEST)\c-";
|
||||||
SWWM_SHORTVER="\cw1.3pre r1232 \cu(2025-07-29 20:30:09)\c-";
|
SWWM_SHORTVER="\cw1.3pre r1232 \cu(2025-08-13 14:03:13)\c-";
|
||||||
|
|
|
||||||
|
|
@ -620,9 +620,9 @@ class ListMenuItemSWWMLogo : ListMenuItem
|
||||||
// message box that changes text color to match menus and applies special scaling
|
// message box that changes text color to match menus and applies special scaling
|
||||||
Class SWWMMessageBox : MessageBoxMenu
|
Class SWWMMessageBox : MessageBoxMenu
|
||||||
{
|
{
|
||||||
override void Init( Menu parent, String message, int messagemode, bool playsound, Name cmd, voidptr native_handler )
|
override void Init( Menu parent, String message, int messagemode, bool playsound, Name cmd )
|
||||||
{
|
{
|
||||||
Super.Init(parent,message,messagemode,playsound,cmd,native_handler);
|
Super.Init(parent,message,messagemode,playsound,cmd);
|
||||||
if ( generic_ui )
|
if ( generic_ui )
|
||||||
{
|
{
|
||||||
destWidth = CleanWidth_1;
|
destWidth = CleanWidth_1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue