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:
parent
172efa6ba5
commit
bd88b7fe94
@ -1750,7 +1750,7 @@ bool CDecor::IsFreeCelGo (POINT cel, Sint32 rank)
|
|||||||
icon == 122)) // mine de fer ?
|
icon == 122)) // mine de fer ?
|
||||||
return false;
|
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 (
|
if (
|
||||||
channel == CHOBJECT &&
|
channel == CHOBJECT &&
|
||||||
(icon == 18 || icon == 101 || icon == 103 || icon == 105 || icon == 116))
|
(icon == 18 || icon == 101 || icon == 103 || icon == 105 || icon == 116))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user