diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index 29dcca1df..a6aa8e8cb 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -23,7 +23,6 @@ #include "game.h" #include "actormanager.h" -#include "animatedsprite.h" #include "client.h" #include "configuration.h" #include "dropshortcut.h" @@ -115,6 +114,8 @@ #include "resources/map/map.h" +#include "resources/sprite/animatedsprite.h" + #include "utils/delete2.h" #include "utils/gettext.h" #include "utils/mkdir.h" |