mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 18:56:41 -04:00
allow to leave PC in other map
This commit is contained in:
parent
5c4cfaf314
commit
33fa026576
23 changed files with 515 additions and 319 deletions
|
@ -484,6 +484,7 @@ int load_map_state() //obnovuje stav mapy; nutno volat po zavolani load_map;
|
|||
res|=load_vyklenky(fsta);
|
||||
res|=load_all_fly(fsta);
|
||||
res|=load_enemy_paths(fsta);
|
||||
|
||||
err:
|
||||
SEND_LOG("(SAVELOAD) State of current map loaded (err:%d)",res);
|
||||
temp_storage_close_rd(fsta);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue