- Implemented new-style frill drawing using masking (untested)
- Re-implemented walkway drawing in the same way - Tried to fix an STL error - A few other thing, maybe? git-svn-id: http://openexile.googlecode.com/svn/trunk@60 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -4,7 +4,7 @@ void handle_shop_event(Point p);
|
||||
void handle_sale(short what_chosen,short cost);
|
||||
void handle_info_request(short what_chosen);
|
||||
void set_up_shop_array();
|
||||
void start_talk_mode(short m_num,short personality,unsigned char monst_type,short store_face_pic);
|
||||
void start_talk_mode(short m_num,short personality,unsigned short monst_type,short store_face_pic);
|
||||
void end_talk_mode();
|
||||
void handle_talk_event(Point p);
|
||||
void handle_talk_spec(short ttype,Str255 place_string1,Str255 place_string2);
|
||||
@@ -17,7 +17,7 @@ void give_reg_info();
|
||||
void do_registration_event_filter (short item_hit);
|
||||
void do_registration();
|
||||
void do_update_registration();
|
||||
void do_talk(short personality, unsigned char m_num);
|
||||
void do_talk(short personality, unsigned short m_num);
|
||||
void edit_party_event_filter (short item_hit);
|
||||
void put_party_stats();
|
||||
void edit_party(short can_create,short can_cancel);
|
||||
|
Reference in New Issue
Block a user