Skip to content

Commit

Permalink
Suppress script warning at hanged_gob:526:playanim
Browse files Browse the repository at this point in the history
  • Loading branch information
dscharrer committed Nov 21, 2013
1 parent 084ecdd commit 850d9a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/script/ScriptUtils.cpp
Expand Up @@ -486,6 +486,8 @@ size_t initSuppressions() {

suppress("hammer_club", 66, "settwohanded"); // obsolete command

suppress("hanged_gob", 526, "playanim"); // animation 'action3' not loaded

suppress("human_base", 5872, "loadanim"); // bad animation id: 'bae_ready', should be 'bare_ready'
suppress("human_base", 13711, "loadanim"); // missing animation "child_get_hit", should be "child_hit"?
suppress("human_base", 13751, "loadanim"); // missing animation "child_get_hit", should be "child_hit"?
Expand Down

0 comments on commit 850d9a5

Please sign in to comment.