diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-13 03:44:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-13 03:44:14 +0300 |
commit | 9d93ff1cf9e33ec1304a7deadd84bfd690110142 (patch) | |
tree | 678aa9481c9cef1aa41af74fe72f04cb50a244d4 /src/client.cpp | |
parent | 89e240d5182e4cdafd942f9eeb1fac1b95111bb8 (diff) | |
download | mv-9d93ff1cf9e33ec1304a7deadd84bfd690110142.tar.gz mv-9d93ff1cf9e33ec1304a7deadd84bfd690110142.tar.bz2 mv-9d93ff1cf9e33ec1304a7deadd84bfd690110142.tar.xz mv-9d93ff1cf9e33ec1304a7deadd84bfd690110142.zip |
Fix assert if start and close manaplus without connecting to server.
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. |