Browse Source

Uploaded recreated stack queue backgrounds

Ivan Savenko 11 years ago
parent
commit
9f5704f8ba

BIN
Mods/vcmi/Data/StackQueueLarge.png


BIN
Mods/vcmi/Data/StackQueueSmall.png


+ 1 - 1
client/battle/CBattleInterfaceClasses.cpp

@@ -703,7 +703,7 @@ CStackQueue::StackBox::StackBox(bool small):
     small(small)
 {
 	OBJ_CONSTRUCTION_CAPTURING_ALL;
-	bg = new CPicture(small ? "StackQueueBgSmall" : "StackQueueBgBig" );
+	bg = new CPicture(small ? "StackQueueSmall" : "StackQueueLarge" );
 
 	if (small)
 	{