Fixed a few errors from the previous revision, and nuked some of the compiler errors.
git-svn-id: http://openexile.googlecode.com/svn/trunk@46 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -252,6 +252,9 @@ bool run_trap(short pc_num,eTrapType trap_type,short trap_level,short diff)
|
||||
for(i = 0; i < 6; i++)
|
||||
disease_pc(i,r1);
|
||||
break;
|
||||
|
||||
default:
|
||||
add_string_to_buf("ERROR: Invalid trap type."); // should never be reached
|
||||
}
|
||||
put_pc_screen();
|
||||
put_item_screen(stat_window,0);
|
||||
|
Reference in New Issue
Block a user