projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd054e6
)
changed main screen to initially start with closed upper door
author
Holger Schemel
<info@artsoft.org>
Sun, 20 Mar 2016 15:10:43 +0000
(16:10 +0100)
committer
Holger Schemel
<info@artsoft.org>
Sun, 20 Mar 2016 15:10:43 +0000
(16:10 +0100)
src/tools.c
patch
|
blob
|
history
diff --git
a/src/tools.c
b/src/tools.c
index 2a36ee412fb7e5ceb7f43f8fb096da4f6b3b10a9..3948bcb1745ff83ad312b2ae5562cbf94af2bffe 100644
(file)
--- a/
src/tools.c
+++ b/
src/tools.c
@@
-4231,7
+4231,7
@@
unsigned int MoveDoor(unsigned int door_state)
{ DX, DY, DXSIZE, DYSIZE },
{ VX, VY, VXSIZE, VYSIZE }
};
- static int door1 = DOOR_
OPEN
_1;
+ static int door1 = DOOR_
CLOSE
_1;
static int door2 = DOOR_CLOSE_2;
unsigned int door_delay = 0;
unsigned int door_delay_value;