mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
introduce statictext
This commit is contained in:
@@ -153,6 +153,8 @@ inline std::istream& operator>>(std::istream& in, Color& color)
|
||||
color = Fw::darkGray;
|
||||
} else if(tmp == "lightGray") {
|
||||
color = Fw::lightGray;
|
||||
} else if(tmp == "orange") {
|
||||
color = Fw::orange;
|
||||
} else {
|
||||
in.seekg(-tmp.length(), ios_base::cur);
|
||||
}
|
||||
|
Reference in New Issue
Block a user