1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-29 00:41:38 +02:00

Mostly fixed battle animations.

Added proper ending for duel mode.
This commit is contained in:
Michał W. Urbańczyk
2011-01-08 19:38:42 +00:00
parent a53ec23556
commit c1bd81abdd
7 changed files with 75 additions and 25 deletions

View File

@ -906,11 +906,12 @@ void CGameState::init( StartInfo * si, ui32 checksum, int Seed )
h->initHero(1);
h->initObj();
h->setCreature(0, 110, 1);
h->setCreature(1, 69, 61);
CGCreature *c = new CGCreature();
c->setOwner(1);
c->putStack(0, new CStackInstance(69, 6));
c->putStack(1, new CStackInstance(11, 3));
//c->putStack(1, new CStackInstance(11, 3));
c->subID = 34;
c->initObj();