projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bd9644
)
rnd-20031019-2-src
author
Holger Schemel
<info@artsoft.org>
Sat, 18 Oct 2003 23:36:08 +0000
(
01:36
+0200)
committer
Holger Schemel
<info@artsoft.org>
Sat, 30 Aug 2014 08:44:18 +0000
(10:44 +0200)
src/conftime.h
patch
|
blob
|
history
src/game.c
patch
|
blob
|
history
diff --git
a/src/conftime.h
b/src/conftime.h
index 05e72bcb39a91d80cb1c61ce70f0ce258bec4b9a..eab058480ee6a9bbb143521d384af14d15c7ea0b 100644
(file)
--- a/
src/conftime.h
+++ b/
src/conftime.h
@@
-1
+1
@@
-#define COMPILE_DATE_STRING "[2003-10-19 0
0:50
]"
+#define COMPILE_DATE_STRING "[2003-10-19 0
1:34
]"
diff --git
a/src/game.c
b/src/game.c
index 584c1a927cdfbb9f6ce19cb6bd955e766aff5f52..87b47a8c157ef92377c5f049ad90f0931afc6774 100644
(file)
--- a/
src/game.c
+++ b/
src/game.c
@@
-927,7
+927,8
@@
static void InitGameEngine()
{
if (!IS_CUSTOM_ELEMENT(i))
{
- element_info[i].push_delay_fixed = 8;
+ element_info[i].push_delay_fixed =
+ (game.engine_version < VERSION_IDENT(3,0,7) ? 2 : 8);
element_info[i].push_delay_random = 8;
}
}