Skip to content

Commit d031f10

Browse files
committed
make AssertFixMon static
1 parent ab4366c commit d031f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/monster.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ static void FixMonLocation(int mnum)
15441544
mon->_mfuty = mon->_moldy = mon->_my;
15451545
}
15461546

1547-
void AssertFixMonLocation(int mnum)
1547+
static void AssertFixMonLocation(int mnum)
15481548
{
15491549
MonsterStruct* mon;
15501550

0 commit comments

Comments
 (0)