(svn r15425) -Codechange: some color->colour changes and type safety.

This commit is contained in:
rubidium
2009-02-09 02:09:47 +00:00
parent 861e9cefb3
commit 8dae160d0f
15 changed files with 134 additions and 134 deletions

View File

@@ -171,7 +171,7 @@ public:
SetDParam(0, company);
SetDParam(1, company);
int col;
TextColour col;
if (this->greyed) {
col = TC_GREY;
} else {