Browse Source

🐛 Fix Griswold animation cycle

pull/1888/head
Anders Jenbo 5 years ago committed by GitHub
parent
commit
0477e86aa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/towners.cpp

2
Source/towners.cpp

@ -44,7 +44,7 @@ char AnimOrder[6][148] = {
5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
14, 13, 12, 11, 10, 9, 8, 7, 6, 5,
5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
15, 5, 1, 1, 1, 1, 1, 1, 1, 1,
15, 16, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 2, 3, 4,
-1 },
{ 1, 2, 3, 3, 2, 1, 20, 19, 19, 20,

Loading…
Cancel
Save