Fix: typo in the word "spectator" (tnx Heiki) (#9496)

This commit is contained in:
Patric Stout
2021-08-18 12:00:17 +02:00
committed by GitHub
parent de28817d9f
commit 5da60cef46
9 changed files with 9 additions and 9 deletions

View File

@@ -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;