projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb017c4
)
fixed compiler warning about uninitialized local variable
4.0.1.1
author
Holger Schemel
<info@artsoft.org>
Sat, 3 Feb 2018 00:17:04 +0000
(
01:17
+0100)
committer
Holger Schemel
<info@artsoft.org>
Sat, 3 Feb 2018 00:17:04 +0000
(
01:17
+0100)
src/files.c
patch
|
blob
|
history
diff --git
a/src/files.c
b/src/files.c
index 7255cdc54533df9248bd1e7b16284375ff31eccf..6c150ea0f86b3ea4be3de7cc8a7ed79b252036c2 100644
(file)
--- a/
src/files.c
+++ b/
src/files.c
@@
-3830,7
+3830,7
@@
static void CopyNativeTape_SP_to_RND(struct LevelInfo *level)
int tape_action = map_key_SP_to_RND(demo_action);
int tape_repeat = demo_repeat + 1;
byte action[MAX_PLAYERS] = { tape_action, 0, 0, 0 };
- boolean success;
+ boolean success
= 0
;
int j;
for (j = 0; j < tape_repeat; j++)