mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
Uploaded recreated stack queue backgrounds
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user