Corrected formatting in NpcAct040.cpp

This commit is contained in:
Gabriel Ravier 2019-05-14 08:44:46 +02:00
parent e8cacce5e7
commit cc9fbbd1c0
No known key found for this signature in database
GPG key ID: 1E75F156884F3DCE

View file

@ -1261,7 +1261,7 @@ void ActNpc051(NPCHAR *npc)
npc->rect = rect_right[npc->ani_no];
}
//Bliue robot (sitting)
// Blue robot (sitting)
void ActNpc052(NPCHAR *npc)
{
RECT rect = {240, 96, 256, 112};