mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-03 10:57:19 +02:00
Removed dead stores.
This commit is contained in:
parent
5cca63a01c
commit
bf941bc9b2
28 changed files with 85 additions and 139 deletions
|
|
@ -185,7 +185,7 @@ static void aedit_save_internally(struct descriptor_data *d) {
|
|||
}
|
||||
/* pass the editted action back to the list - no need to add */
|
||||
else {
|
||||
i = aedit_find_command(OLC_ACTION(d)->command);
|
||||
aedit_find_command(OLC_ACTION(d)->command);
|
||||
OLC_ACTION(d)->act_nr = soc_mess_list[OLC_ZNUM(d)].act_nr;
|
||||
/* why did i do this..? hrm */
|
||||
free_action(soc_mess_list + OLC_ZNUM(d));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue