Browse Source

Fix broken icons in commander window

Ivan Savenko 10 months ago
parent
commit
d5feedae60
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Mods/vcmi/Content/Sprites/stackWindow/switchModeIcons.json

+ 2 - 2
Mods/vcmi/Content/Sprites/stackWindow/switchModeIcons.json

@@ -1,7 +1,7 @@
 {
 	"images" :
 	[
-		{ "frame" : 0, "file" : "SECSK32:69"},
-		{ "frame" : 1, "file" : "SECSK32:28"}
+		{ "frame" : 0, "defFile" : "SECSK32", "defFrame" : 69 },
+		{ "frame" : 1, "defFile" : "SECSK32", "defFrame" : 28 }
 	]
 }