rename second hide_person macro to remove_person

This commit is contained in:
yenatch 2013-07-20 22:34:05 -04:00
parent 173f38346c
commit 1ff1a40f60
1 changed files with 1 additions and 1 deletions

View File

@ -1993,7 +1993,7 @@ movement_command_bases = {
0x45: "accelerate_last",
0x46: ["step_sleep", ["duration", DecimalParam]],
0x47: "step_end",
0x49: "hide_person",
0x49: "remove_person",
# do these next two have any params ??
0x4C: "teleport_from",