Corrected formatting in NpcAct040.cpp
This commit is contained in:
parent
e8cacce5e7
commit
cc9fbbd1c0
1 changed files with 23 additions and 23 deletions
|
@ -1261,7 +1261,7 @@ void ActNpc051(NPCHAR *npc)
|
||||||
npc->rect = rect_right[npc->ani_no];
|
npc->rect = rect_right[npc->ani_no];
|
||||||
}
|
}
|
||||||
|
|
||||||
//Bliue robot (sitting)
|
// Blue robot (sitting)
|
||||||
void ActNpc052(NPCHAR *npc)
|
void ActNpc052(NPCHAR *npc)
|
||||||
{
|
{
|
||||||
RECT rect = {240, 96, 256, 112};
|
RECT rect = {240, 96, 256, 112};
|
||||||
|
|
Loading…
Add table
Reference in a new issue