- 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:
2009-05-18 11:16:46 +00:00
parent 88ff8a0886
commit bf1487114a
69 changed files with 751 additions and 545 deletions

View File

@@ -50,7 +50,7 @@ pascal void draw_help_dialog_forcefields(DialogPtr dialog,short item);
void create_modeless_dialog(short which_dlog);
void make_cursor_watch() ;
DialogPtr other_make_dialog(short which);
void place_glands(location where,unsigned char m_type);
void place_glands(location where,unsigned short m_type);
short party_total_level() ;
void reset_item_max();
short item_val(cItemRec item);