mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-22 12:11:17 +00:00
- fixed bunny 'run' sequence.
This commit is contained in:
parent
5ee909ab6f
commit
27a9def748
2 changed files with 2 additions and 2 deletions
|
@ -163,7 +163,7 @@ FState s_BunnyRun[] =
|
|||
{SPR_BUNNY_RUN, 'C', BUNNY_RUN_RATE | SF_TIC_ADJUST, &AF(DoBunnyMove), &s_BunnyRun[3]},
|
||||
{SPR_BUNNY_RUN, 'D', BUNNY_RUN_RATE | SF_TIC_ADJUST, &AF(DoBunnyMove), &s_BunnyRun[4]},
|
||||
{SPR_BUNNY_RUN, 'E', SF_QUICK_CALL, &AF(DoBunnyGrowUp), &s_BunnyRun[5]},
|
||||
{SPR_BUNNY_RUN, 'F', BUNNY_RUN_RATE | SF_TIC_ADJUST, &AF(DoBunnyMove), &s_BunnyRun[0]},
|
||||
{SPR_BUNNY_RUN, 'E', BUNNY_RUN_RATE | SF_TIC_ADJUST, &AF(DoBunnyMove), &s_BunnyRun[0]},
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ class SWActor : CoreActor native
|
|||
meta Sound ExtraSound5;
|
||||
meta Sound ExtraSound6;
|
||||
|
||||
// all ANIMATORs.
|
||||
// all ANIMATORs. Sort them into the proper classes later.
|
||||
native int DoBunnyMove();
|
||||
native int DoBunnyGrowUp();
|
||||
native int DoBunnyEat();
|
||||
|
|
Loading…
Reference in a new issue