mirror of https://github.com/OpenTTD/OpenTTD
(svn r7678) -Fix (r7674): DEBUG macro has been changed
parent
5c190a0c33
commit
ac945ced7e
2
gfx.c
2
gfx.c
|
@ -658,7 +658,7 @@ skip_cont:;
|
||||||
} else if (c == SCC_BIGFONT) { // {BIGFONT}
|
} else if (c == SCC_BIGFONT) { // {BIGFONT}
|
||||||
size = FS_LARGE;
|
size = FS_LARGE;
|
||||||
} else {
|
} else {
|
||||||
DEBUG(misc, 0, "[utf8] unknown string command character %d", c);
|
DEBUG(misc, 0) ("[utf8] unknown string command character %d", c);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue