diff options
| author | Reinmmar <herwig.orlich@gmail.com> | 2023-09-20 16:45:23 +0200 |
|---|---|---|
| committer | Reinmmar <herwig.orlich@gmail.com> | 2023-09-20 16:45:23 +0200 |
| commit | bdfaa7dc1a6fb95db00fe5029e505ffe98efed1d (patch) | |
| tree | 9e829fa216c05c1bf8cab3d6a127076e482356c0 /src/playerUtils.c | |
| parent | 4a1bbf3dd8b74756e94fe4a54b718212780467ae (diff) | |
found another place where animations hid
Diffstat (limited to 'src/playerUtils.c')
| -rw-r--r-- | src/playerUtils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/playerUtils.c b/src/playerUtils.c index deec7e50..e707618f 100644 --- a/src/playerUtils.c +++ b/src/playerUtils.c @@ -1933,6 +1933,7 @@ void sub_080797EC(void) { } else { // Change to test animations I guess animation = ANIM_WALK; + // animation = 12; } } } |
