- Merged two classes (cPopulation::cCreature and cTown::cCreature)
- Changes some C-strings to STL-strings - Fixed the problem where the spiderweb logo would not fully appear if ShowStartupSplash is disabled git-svn-id: http://openexile.googlecode.com/svn/trunk@54 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -16,7 +16,7 @@ rectangle& cBigTemplTown::room_rect(size_t i){
|
||||
return _room_rect[i];
|
||||
}
|
||||
|
||||
cTown::cCreature& cBigTemplTown::creatures(size_t i){
|
||||
cCreature& cBigTemplTown::creatures(size_t i){
|
||||
return _creatures[i];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user