projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f643616
)
fixed bug with Sokoban auto-exit option only working for local player
author
Holger Schemel
<info@artsoft.org>
Sun, 28 Oct 2018 15:41:29 +0000
(16:41 +0100)
committer
Holger Schemel
<info@artsoft.org>
Sun, 28 Oct 2018 15:42:58 +0000
(16:42 +0100)
src/game.c
patch
|
blob
|
history
diff --git
a/src/game.c
b/src/game.c
index 2eb944d2580343058ec85b5b42d25c96a2c72a6a..479fa0aefda2d2279e9e5e08790a0f1eba85d36a 100644
(file)
--- a/
src/game.c
+++ b/
src/game.c
@@
-13961,7
+13961,7
@@
static int DigField(struct PlayerInfo *player,
{
local_player->players_still_needed = 0;
- PlayerWins(player);
+ PlayerWins(
local_
player);
PlayLevelSound(x, y, SND_GAME_SOKOBAN_SOLVING);
}