| 98 | |
| 99 | template <typename T> |
| 100 | static void testAnimFixed(T& ch) { |
| 101 | // Fixed animation scenarios never change |
| 102 | for (int i = 0; i < 8; ++i) { |
| 103 | testChar(ch, 0, 1); |
| 104 | ForceUpdate(ch); |
| 105 | } |
| 106 | } |
| 107 | |
| 108 | template <typename T> |
| 109 | static void testAnimJump(T& ch) { |
no test coverage detected