From 577e495b4e354de4ae28646d59553a4651a2078a Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 19 Oct 2003 01:36:08 +0200 Subject: [PATCH] rnd-20031019-2-src --- src/conftime.h | 2 +- src/game.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/conftime.h b/src/conftime.h index 05e72bcb..eab05848 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2003-10-19 00:50]" +#define COMPILE_DATE_STRING "[2003-10-19 01:34]" diff --git a/src/game.c b/src/game.c index 584c1a92..87b47a8c 100644 --- 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; } } -- 2.34.1