projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e802a96
)
minor code formatting change
author
Holger Schemel
<info@artsoft.org>
Tue, 9 Oct 2018 20:45:36 +0000
(22:45 +0200)
committer
Holger Schemel
<info@artsoft.org>
Tue, 9 Oct 2018 20:45:58 +0000
(22:45 +0200)
src/game.c
patch
|
blob
|
history
diff --git
a/src/game.c
b/src/game.c
index 03dca6bb761c5c4767a3c5236aeab6beac9f9742..467b9e440a490756c7f28e95bb6f3e549ebec6b5 100644
(file)
--- a/
src/game.c
+++ b/
src/game.c
@@
-4556,8
+4556,8
@@
void GameWon(void)
Feld[ExitX][ExitY] =
(element == EL_EXIT_OPEN ? EL_EXIT_CLOSING :
- element == EL_EM_EXIT_OPEN ? EL_EM_EXIT_CLOSING :
- element == EL_SP_EXIT_OPEN ? EL_SP_EXIT_CLOSING:
+ element == EL_EM_EXIT_OPEN
? EL_EM_EXIT_CLOSING :
+ element == EL_SP_EXIT_OPEN
? EL_SP_EXIT_CLOSING:
element == EL_STEEL_EXIT_OPEN ? EL_STEEL_EXIT_CLOSING:
EL_EM_STEEL_EXIT_CLOSING);