mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-19 04:34:51 -04:00
unload shop's invetory when exiting shop
This commit is contained in:
parent
0398711b5c
commit
7ec2eb9e71
1 changed files with 1 additions and 0 deletions
|
@ -3099,6 +3099,7 @@ void unwire_shop(void)
|
|||
norefresh=0;
|
||||
wire_proc=wire_shop;
|
||||
inv_view_mode=old_inv_view_mode;
|
||||
memset(shp_item_map, 0, sizeof(shp_item_map));
|
||||
}
|
||||
|
||||
void wire_shop(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue