mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-13 01:20:34 +02:00
And another one. I'm sloppy today :(
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user