mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-17 11:56:46 +02:00
And another one. I'm sloppy today :(
This commit is contained in:
parent
149ff4df14
commit
dca1f709a9
@ -2295,9 +2295,9 @@ boost::optional<int> CBattleInfoCallback::battleIsFinished() const
|
||||
if(!hasStack[0] && !hasStack[1])
|
||||
return 2;
|
||||
if(!hasStack[1])
|
||||
return 1;
|
||||
if(!hasStack[0])
|
||||
return 0;
|
||||
if(!hasStack[0])
|
||||
return 1;
|
||||
return boost::none;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user