Brought back the extra graphics and added extra monster graphics

git-svn-id: http://openexile.googlecode.com/svn/trunk@59 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
2009-05-17 03:13:00 +00:00
parent a52a4c20c1
commit 88ff8a0886
9 changed files with 34 additions and 25 deletions

View File

@@ -14,7 +14,7 @@ void Initialize();
void init_dialogs();
void display_strings(char *text1, char *text2, char *title,short graphic_num,short graphic_type,short parent_num);
GWorldPtr anim_gworld, talkfaces_gworld, items_gworld, tiny_obj_gworld, pc_gworld, dlog_gworld, monst_gworld[10], ter_gworld[7], small_ter_gworld, fields_gworld, pc_stats_gworld, item_stats_gworld, mixed_gworld;
GWorldPtr anim_gworld, talkfaces_gworld, items_gworld, tiny_obj_gworld, pc_gworld, dlog_gworld, monst_gworld[11], ter_gworld[7], small_ter_gworld, fields_gworld, pc_stats_gworld, item_stats_gworld, mixed_gworld;
ResFileRefNum graphicsRef, soundsRef, boeRef, scenRef, pcRef;
bool All_Done = false;
WindowPtr mainPtr = (WindowPtr) -1;
@@ -268,7 +268,7 @@ void init_dialogs(){
tiny_obj_gworld = load_pict(900);
pc_gworld = load_pict(902);
dlog_gworld = load_pict(850);
for(int i = 0; i < 10; i++)
for(int i = 0; i < 11; i++)
monst_gworld[i] = load_pict(1100 + i);
for(int i = 0; i < 7; i++)
ter_gworld[i] = load_pict(800 + i);