mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-11-21 16:35:08 -05:00
Add pc incorrect comment
This commit is contained in:
parent
74046ac127
commit
26cfec6db8
4
game.h
4
game.h
@ -2251,8 +2251,8 @@ void SFG_monsterPerformAI(SFG_MonsterRecord *monster)
|
||||
(attackType == SFG_MONSTER_ATTACK_EXPLODE);
|
||||
|
||||
uint8_t monsterSquare[2];
|
||||
/* because of cancerous C++ compilers that error on narrowing conversion in
|
||||
{ } we init this way: */
|
||||
/* because of some insanely retarded C++ compilers that error on narrowing
|
||||
conversion between { } we init this way: */
|
||||
monsterSquare[0] = SFG_MONSTER_COORD_TO_SQUARES(monster->coords[0]);
|
||||
monsterSquare[1] = SFG_MONSTER_COORD_TO_SQUARES(monster->coords[1]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user