1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Cosmetic: fix typo

This commit is contained in:
Mathieu Schroeter 2017-08-09 06:57:01 +02:00
parent 172efa6ba5
commit bd88b7fe94

View File

@ -1750,7 +1750,7 @@ bool CDecor::IsFreeCelGo (POINT cel, Sint32 rank)
icon == 122)) // mine de fer ?
return false;
// Refuse to go in an ennemy factory when the door is open.
// Refuse to go in an enemy factory when the door is open.
if (
channel == CHOBJECT &&
(icon == 18 || icon == 101 || icon == 103 || icon == 105 || icon == 116))