fix shops

This commit is contained in:
Ondřej Novák 2025-01-31 22:20:06 +01:00
parent 99378da298
commit 42087c926c
10 changed files with 143 additions and 139 deletions

View file

@ -816,6 +816,7 @@ void input_line_event(EVENT_MSG *msg,OBJREC *o)
void input_line_done(OBJREC *o) {
free(o->userptr);
o->userptr = NULL;
}