Strictify status types enum

This commit is contained in:
2014-12-03 23:18:12 -05:00
parent 13116980fb
commit 47fc23928c
24 changed files with 509 additions and 481 deletions

View File

@@ -157,7 +157,7 @@ bool run_trap(short pc_num,eTrapType trap_type,short trap_level,short diff)
add_string_to_buf(" A purple ray flies out. ");
r1 = 200 + univ.town.difficulty * 100;
r1 = r1 + trap_level * 400;
sleep_pc(pc_num,r1,STATUS_PARALYZED,50);
sleep_pc(pc_num,r1,eStatus::PARALYZED,50);
break;
case TRAP_DRAIN_XP:
add_string_to_buf(" You feel weak. ");