- 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:
@@ -102,7 +102,7 @@ void cScenario::append(legacy::scen_item_data_type& old){
|
||||
for(i = 0; i < 400; i++)
|
||||
scen_items[i] = old.scen_items[i];
|
||||
for(i = 0; i < 256; i++)
|
||||
strcpy((char*)scen_monsters[i].m_name,(char*)old.monst_names[i]);
|
||||
scen_monsters[i].m_name = old.monst_names[i];
|
||||
for(i = 0; i < 256; i++)
|
||||
ter_types[i].name = old.ter_names[i];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user