]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Resources.h
added and implemented swap heroes state
[l2e.git] / src / battle / Resources.h
index 1e86f64ab160b1a984797801486015ebc6a3945e..89c99efef6b3622d1c31c16151ab8259a97d6ab7 100644 (file)
@@ -26,6 +26,7 @@ namespace battle {
 
 struct Resources {
 
+       graphics::Sprite *swapCursor;
        graphics::Sprite *moveIcons;
        graphics::Sprite *attackIcons;
        graphics::Sprite *attackChoiceIcons;
@@ -70,7 +71,8 @@ struct Resources {
 
 
        Resources()
-       : moveIcons(0)
+       : swapCursor(0)
+       , moveIcons(0)
        , attackIcons(0)
        , attackChoiceIcons(0)