Small oops in the statscreen drawer.
This commit is contained in:
parent
62bd871741
commit
f028e23ee3
2 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1012 \cu(Mon 20 Nov 13:03:00 CET 2023)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r1012 \cu(2023-11-20 13:03:00)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1013 \cu(Mon 20 Nov 13:29:36 CET 2023)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r1013 \cu(2023-11-20 13:29:36)\c-";
|
||||
|
|
|
|||
|
|
@ -276,7 +276,7 @@ Class SWWMStatScreen : StatusScreen
|
|||
str = StringTable.Localize("$SWWM_INTERTOTAL");
|
||||
Screen.DrawText(TewiFont,statbasecolor,xx-80*hs,yy,str,DTA_ScaleX,hs,DTA_ScaleY,hs);
|
||||
str = TimeStr(max(cnt_total_time,0));
|
||||
Screen.DrawText(TewiFont,statcolor0,xx+80*hs-TewiFont.StringWidth(str)*hs,yy,str,DTA_ScaleX,CleanXFac_1,DTA_ScaleY,hs);
|
||||
Screen.DrawText(TewiFont,statcolor0,xx+80*hs-TewiFont.StringWidth(str)*hs,yy,str,DTA_ScaleX,hs,DTA_ScaleY,hs);
|
||||
}
|
||||
|
||||
private void drawSWWMBg()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue