forked from mirror/OpenTTD
Fix: typo in the word "spectator" (tnx Heiki) (#9496)
This commit is contained in:
@@ -2079,7 +2079,7 @@ public:
|
||||
this->DrawCompany(c->index, r.left, r.right, r.top, line);
|
||||
}
|
||||
|
||||
/* Specators */
|
||||
/* Spectators */
|
||||
this->DrawCompany(COMPANY_SPECTATOR, r.left, r.right, r.top, line);
|
||||
|
||||
break;
|
||||
|
Reference in New Issue
Block a user