projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2e11ad
)
rnd-20030708-2-src
author
Holger Schemel
<info@artsoft.org>
Tue, 8 Jul 2003 20:16:07 +0000
(22:16 +0200)
committer
Holger Schemel
<info@artsoft.org>
Sat, 30 Aug 2014 08:42:39 +0000
(10:42 +0200)
src/conftime.h
patch
|
blob
|
history
src/files.c
patch
|
blob
|
history
diff --git
a/src/conftime.h
b/src/conftime.h
index 23174c43d7fea2456c4d095556c05681fcf43a9a..b8534b62209215ea297905da71cbe262a2096490 100644
(file)
--- 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 f3d35adecbebdda6177e8ecd992fdd51317f0531..21717f1d7bdc74897abc1aa41df199ab06b1fea9 100644
(file)
--- 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; y<level->fieldy; y
++)
- for(
x=0; x<level->fieldx; x
++)
+ for(
x=0; x<MAX_LEV_FIELDX; x
++)
+ for(
y=0; y<MAX_LEV_FIELDY; y
++)
Feld[x][y] = level->field[x][y];
/* initialize level size variables for faster access */