mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-13 18:02:01 -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
|
@ -256,7 +256,7 @@ char start_invetory(int id,int xa,int ya,int xr,int yr)
|
|||
{
|
||||
i=group_sort[i];
|
||||
p=&postavy[i];
|
||||
if (p->used)
|
||||
if (p->used && p->inmaphash == current_map_hash)
|
||||
{
|
||||
if (ms_last_event.event_type & 0x2)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue