Add missing '%' character to zsh-style chat prompt.
This commit is contained in:
parent
7d2aec7053
commit
fe7b67591c
2 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r803 \cu(Wed 10 May 22:04:27 CEST 2023)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r803 \cu(2023-05-10 22:04:27)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r804 \cu(Wed 17 May 10:48:30 CEST 2023)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r804 \cu(2023-05-17 10:48:30)\c-";
|
||||
|
|
|
|||
|
|
@ -437,7 +437,7 @@ Class SWWMStatusBar : BaseStatusBar
|
|||
String pname = players[consoleplayer].GetUserName();
|
||||
// strip colors
|
||||
SWWMUtility.StripColor(pname);
|
||||
String fullstr = String.Format("\cq%s\cd@\cqdemolitionist%d\cn ~ \c-wall %s_",pname,consoleplayer+1,txt);
|
||||
String fullstr = String.Format("\cq%s\cd@\cqdemolitionist%d\cn ~ \cd% \c-wall %s_",pname,consoleplayer+1,txt);
|
||||
// cut out to fit
|
||||
int w = mSmallFont.StringWidth(fullstr);
|
||||
if ( w > ss.x-4 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue