- Removed the ADVEN macro in favour of using the overloaded operatr[] on univ.party
- Removed all referenes to cPopulation::dudes in favour of the overloaded operator[] git-svn-id: http://openexile.googlecode.com/svn/trunk@84 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -790,6 +790,7 @@ cMonster return_monster_template(m_num_t store) {
|
||||
// return i;
|
||||
//}
|
||||
|
||||
__attribute__((deprecated))
|
||||
void init_scenario() {
|
||||
short i;
|
||||
rectangle dummy_rect;
|
||||
|
@@ -1,5 +1,6 @@
|
||||
cMonster return_monster_template(m_num_t store);
|
||||
//item_record_type convert_item (short_item_record_type s_item) ;
|
||||
__attribute__((deprecated))
|
||||
void init_scenario();
|
||||
short edit_ter_type(short which_ter);
|
||||
void edit_ter_type_event_filter (short item_hit);
|
||||
|
@@ -1,4 +1,6 @@
|
||||
__attribute__((deprecated))
|
||||
void init_town(short size);
|
||||
__attribute__((deprecated))
|
||||
void init_out();
|
||||
void edit_placed_monst(short which_m);
|
||||
void edit_placed_monst_event_filter (short item_hit);
|
||||
|
Reference in New Issue
Block a user