forked from mirror/OpenTTD
(svn r15425) -Codechange: some color->colour changes and type safety.
This commit is contained in:
@@ -171,7 +171,7 @@ public:
|
||||
|
||||
SetDParam(0, company);
|
||||
SetDParam(1, company);
|
||||
int col;
|
||||
TextColour col;
|
||||
if (this->greyed) {
|
||||
col = TC_GREY;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user