mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-03 00:46:55 +02:00
Fix sonar, fix build
This commit is contained in:
@ -31,8 +31,8 @@
|
||||
#include "../../lib/texts/TextOperations.h"
|
||||
|
||||
StackQueue::StackQueue(bool Embedded, BattleInterface & owner)
|
||||
: embedded(Embedded),
|
||||
owner(owner)
|
||||
: owner(owner)
|
||||
, embedded(Embedded)
|
||||
{
|
||||
OBJECT_CONSTRUCTION;
|
||||
|
||||
|
Reference in New Issue
Block a user