Changeset 3638
- Timestamp:
- 2008-08-19 20:59:24 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cel/trunk/plugins/tools/quests/reward_changeproperty.cpp
r3564 r3638 485 485 iCelEntity *ent; 486 486 iCelPropertyClass *pclass; 487 for ( size_t i =entlist->GetCount()-1; i>=0; i--)487 for (int i = (int)entlist->GetCount()-1; i>=0; i--) 488 488 { 489 489 ent = entlist->Get(i); … … 501 501 iCelEntity *ent; 502 502 csRef<iPcProperties> properties; 503 for ( size_t i =entlist->GetCount()-1; i>=0; i--)503 for (int i = (int)entlist->GetCount()-1; i>=0; i--) 504 504 { 505 505 ent = entlist->Get(i);
