From 2b29e32d0afc8b277ccf53f20ece4a28839529f5 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Tue, 8 Jul 2003 22:16:07 +0200 Subject: [PATCH 1/1] rnd-20030708-2-src --- src/conftime.h | 2 +- src/files.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/conftime.h b/src/conftime.h index 23174c43..b8534b62 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2003-07-08 02:56]" +#define COMPILE_DATE_STRING "[2003-07-08 20:42]" diff --git a/src/files.c b/src/files.c index f3d35ade..21717f1d 100644 --- a/src/files.c +++ b/src/files.c @@ -754,8 +754,8 @@ static void LoadLevel_InitLevel(struct LevelInfo *level, char *filename) } /* copy elements to runtime playfield array */ - for(y=0; yfieldy; y++) - for(x=0; xfieldx; x++) + for(x=0; xfield[x][y]; /* initialize level size variables for faster access */ -- 2.34.1