diff options
Diffstat (limited to 'src/gui/game/SignTool.cpp')
| -rw-r--r-- | src/gui/game/SignTool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/game/SignTool.cpp b/src/gui/game/SignTool.cpp index 5e7eb0a..87ed59e 100644 --- a/src/gui/game/SignTool.cpp +++ b/src/gui/game/SignTool.cpp @@ -183,7 +183,7 @@ void SignWindow::DoDraw() currentSign.pos(text, x, y, w, h); g->clearrect(x, y, w+1, h); g->drawrect(x, y, w+1, h, 192, 192, 192, 255); - if (sregexp(currentSign.text.c_str(), "^{[c|t]:[0-9]*|.*}$")) + if (sregexp(currentSign.text.c_str(), "^{[ct]:[0-9]*|.*}$")) g->drawtext(x+3, y+3, text, 255, 255, 255, 255); else g->drawtext(x+3, y+3, text, 0, 191, 255, 255); |
