| 197 | S32 idx; |
| 198 | U32 anim = 0; |
| 199 | |
| 200 | switch (gid) |
| 201 | { |
| 202 | case 'NGN0': |
| 203 | case 'NGN6': |
| 204 | case 'NGN7': |
| 205 | idx = 1; |
| 206 | break; |
| 207 | default: |
| 208 | idx = 1; |
| 209 | break; |
| 210 | } |
| 211 | |
| 212 | if (idx >= 0) |
| 213 | { |
| 214 | anim = g_hash_ambianim[idx]; |
nothing calls this directly
no test coverage detected