Fix D_TEXT
This commit is contained in:
parent
b6f47cbcd1
commit
8b64cae3e9
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@
|
|||
if (isNaN(args[args.length - 1]) || args.length === 1)
|
||||
args.push($gameScreen.dTextSize || 28);
|
||||
var fontSize = getArgNumber(args.pop());
|
||||
$gameScreen.setDTextPicture(connectArgs(args), fontSize);
|
||||
$gameScreen.setDTextPicture(connectArgs(args).replace(/_/g, ' '), fontSize);
|
||||
break;
|
||||
case "D_TEXT_SETTING":
|
||||
switch (getCommandName(args[0])) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue