1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-03 13:01:33 +02:00

Uploaded recreated stack queue backgrounds

This commit is contained in:
Ivan Savenko 2014-07-14 22:38:13 +03:00
parent 52da593292
commit 9f5704f8ba
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -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)
{