mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-08 05:19:48 +01:00
(svn r7678) -Fix (r7674): DEBUG macro has been changed
This commit is contained in:
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
Block a user