diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index a18f7c3a6..f026ecd33 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -394,6 +394,7 @@ void Client::gameInit() theme = new Theme; Theme::selectSkin(); + ActorSprite::load(); touchManager.init(); // Initialize the item and emote shortcuts. |