diff options
Diffstat (limited to 'src/simulation')
| -rw-r--r-- | src/simulation/Sign.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/Sign.cpp b/src/simulation/Sign.cpp index 01d388f..2caf6c3 100644 --- a/src/simulation/Sign.cpp +++ b/src/simulation/Sign.cpp @@ -28,7 +28,7 @@ void sign::pos(int & x0, int & y0, int & w, int & h) { w = Graphics::textwidth("Temp: 0000.00"); } - else if (sregexp(text.c_str(), "^{c:[0-9]*|.*}$")==0) + else if (sregexp(text.c_str(), "^{[c|t]:[0-9]*|.*}$")==0) { int sldr, startm; char buff[256]; |
