Rename m_num_t -> mon_num_t

This commit is contained in:
2015-01-13 13:52:02 -05:00
parent 2a3ff63846
commit 52c7bc126f
19 changed files with 61 additions and 63 deletions

View File

@@ -348,7 +348,7 @@ short edit_ter_type(ter_num_t which_ter) {
return 0;
}
static void put_monst_info_in_dlog(cDialog& me, m_num_t which_monst) {
static void put_monst_info_in_dlog(cDialog& me, mon_num_t which_monst) {
char str[256];
cMonster& store_monst = scenario.scen_monsters[which_monst];