From 655daf238f57fbb89e07da2c499a222fcbc1cd6a Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Thu, 20 Aug 2009 01:56:00 +0000 Subject: [PATCH] Typos. --- hch/CObjectHandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hch/CObjectHandler.cpp b/hch/CObjectHandler.cpp index d026f2040..d82b212be 100644 --- a/hch/CObjectHandler.cpp +++ b/hch/CObjectHandler.cpp @@ -2788,7 +2788,7 @@ void CGPandoraBox::open( const CGHeroInstance * h, ui32 accept ) const { if (accept) { - if (army) //if pandora's box is protested by army + if (army) //if pandora's box is protected by army { InfoWindow iw; iw.player = h->tempOwner; @@ -3338,7 +3338,7 @@ void CGOnceVisitable::onHeroVisit( const CGHeroInstance * h ) const if(players.size()) //we have been already visited... { txtid++; - if(ID == 105) //wagon has extra text (for finding art) we need to ommit + if(ID == 105) //wagon has extra text (for finding art) we need to omit txtid++; iw.text.addTxt(MetaString::ADVOB_TXT, txtid);