- Split rect_draw_some_item into two versions, one to draw to the screen and on to draw to a GWorld.

- Temporary fix for the fact that PC #6 is often accessed.
- I think that's all...

git-svn-id: http://openexile.googlecode.com/svn/trunk@94 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
2009-06-11 22:07:17 +00:00
parent 6070ed2e05
commit 5001931033
21 changed files with 453 additions and 504 deletions

View File

@@ -37,7 +37,7 @@ void add_explosion(location dest,short val_to_place,short place_type,short boom_
void do_missile_anim(short num_steps,location missile_origin,short sound_num) ;
void do_explosion_anim(short sound_num,short expand);
void click_shop_rect(Rect area_rect);
void draw_shop_graphics(short draw_mode,Rect clip_area_rect);
void draw_shop_graphics(bool pressed,Rect clip_area_rect);
void refresh_shopping();
cItemRec store_mage_spells(short which_s) ;
cItemRec store_priest_spells(short which_s);