mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-14 02:11:58 -04:00
better use double wield and fix bugs
This commit is contained in:
parent
33fa026576
commit
ce3e42f66b
14 changed files with 199 additions and 81 deletions
|
@ -1326,7 +1326,7 @@ static void game_big_circle(char enforced)
|
|||
}
|
||||
}
|
||||
for (int i = 0; i<POCET_POSTAV; ++i) {
|
||||
if (postavy[i].used &&postavy[i].groupnum == cur_group) {
|
||||
if (!postavy[i].used || postavy[i].groupnum == cur_group) {
|
||||
postavy[i].inmaphash = current_map_hash;
|
||||
}
|
||||
if (postavy[i].sektor <0) postavy[i].sektor = -postavy[i].sektor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue