- 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:
@@ -9,20 +9,6 @@
|
||||
#include "classes.h"
|
||||
#include "oldstructs.h"
|
||||
|
||||
__attribute__((deprecated))
|
||||
cPopulation::cCreature& cPopulation::cCreature::operator = (legacy::creature_data_type old){
|
||||
active = old.active;
|
||||
attitude = old.attitude;
|
||||
number = old.number;
|
||||
m_loc.x = old.m_loc.x;
|
||||
m_loc.y = old.m_loc.y;
|
||||
m_d = old.m_d;
|
||||
mobile = old.mobile;
|
||||
summoned = old.summoned;
|
||||
monst_start = old.monst_start;
|
||||
return *this;
|
||||
}
|
||||
|
||||
__attribute__((deprecated))
|
||||
cPopulation& cPopulation::operator = (legacy::creature_list_type old){
|
||||
for(int i = 0; i < 60; i++)
|
||||
|
||||
Reference in New Issue
Block a user