Did formatting for NpcAct100.cpp
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
06a7e86c63
commit
9b3b7039da
1 changed files with 23 additions and 22 deletions
|
@ -299,7 +299,7 @@ void ActNpc104(NPCHAR *npc)
|
||||||
npc->rect = rcRight[npc->ani_no];
|
npc->rect = rcRight[npc->ani_no];
|
||||||
}
|
}
|
||||||
|
|
||||||
//'HEY!' speech bubble (low)
|
// "HEY!" speech bubble (low)
|
||||||
void ActNpc105(NPCHAR *npc)
|
void ActNpc105(NPCHAR *npc)
|
||||||
{
|
{
|
||||||
RECT rect[2] = {
|
RECT rect[2] = {
|
||||||
|
@ -316,7 +316,7 @@ void ActNpc105(NPCHAR *npc)
|
||||||
npc->rect = rect[npc->ani_no];
|
npc->rect = rect[npc->ani_no];
|
||||||
}
|
}
|
||||||
|
|
||||||
//'HEY!' speech bubble (high)
|
// "HEY!" speech bubble (high)
|
||||||
void ActNpc106(NPCHAR *npc)
|
void ActNpc106(NPCHAR *npc)
|
||||||
{
|
{
|
||||||
switch (npc->act_no)
|
switch (npc->act_no)
|
||||||
|
@ -1085,6 +1085,7 @@ void ActNpc114(NPCHAR *npc)
|
||||||
npc->ani_no = 1;
|
npc->ani_no = 1;
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 10:
|
case 10:
|
||||||
if (++npc->ani_wait > 2)
|
if (++npc->ani_wait > 2)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue