some as previous

This commit is contained in:
2011-09-11 13:14:53 +04:00
committed by unknown
parent 714154a6fd
commit 5f405ca403
5 changed files with 36 additions and 35 deletions

View File

@@ -123,6 +123,7 @@ struct tbMap : tbHeader
struct tbTowerOnLevel
{
tbTowerOnLevel() {levelId = -1; towerId = -1;}
bool operator ==(const tbTowerOnLevel & other) const {return levelId == other.levelId && towerId == other.towerId;}
int levelId;
int towerId;