mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-26 22:40:50 +00:00
game: Fix makron walk
Walk/Run is fully same for makron, looks like copy/paste issue.
This commit is contained in:
parent
90b14fca24
commit
e1164fc839
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ mmove_t makron_move_walk =
|
|||
{
|
||||
FRAME_walk204,
|
||||
FRAME_walk213,
|
||||
makron_frames_run,
|
||||
makron_frames_walk,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue