oops, forgot that
This commit is contained in:
parent
6e65c122ae
commit
4475dc97ba
2 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r15 \cu(Mon 4 Apr 14:51:24 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r15 \cu(2022-04-04 14:51:24)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r16 \cu(Mon 4 Apr 14:56:57 CEST 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r16 \cu(2022-04-04 14:56:57)\c-";
|
||||
|
|
|
|||
|
|
@ -579,7 +579,7 @@ Class ListMenuItemSWWMStaticTextM : ListMenuItem
|
|||
else
|
||||
{
|
||||
double x = int(w-mFont.StringWidth(text)*1.5)/2;
|
||||
Screen.DrawText(mFont,mColor,x,mYpos,text,DTA_VirtualWidth,w,DTA_VirtualHeight,h,DTA_FullscreenScale,FSMode_ScaleToFit43);
|
||||
Screen.DrawText(mFont,mColor,x,mYpos,text,DTA_VirtualWidth,w,DTA_VirtualHeight,h,DTA_FullscreenScale,FSMode_ScaleToFit43,DTA_ScaleX,1.5,DTA_ScaleY,1.5);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue