projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a7a0a4
)
fixed wrong variable type
author
Holger Schemel
<info@artsoft.org>
Sat, 4 Sep 2021 08:10:06 +0000
(10:10 +0200)
committer
Holger Schemel
<info@artsoft.org>
Sat, 4 Sep 2021 08:10:06 +0000
(10:10 +0200)
src/main.h
patch
|
blob
|
history
diff --git
a/src/main.h
b/src/main.h
index fe41a2c5887a878c843391c3b8597b8822e2aedd..f29e8b128b080e2d8763154a6707e963c687f0f1 100644
(file)
--- a/
src/main.h
+++ b/
src/main.h
@@
-3268,8
+3268,8
@@
struct GlobalInfo
{
char *autoplay_leveldir;
int autoplay_level[MAX_TAPES_PER_SET];
+ int autoplay_mode;
boolean autoplay_all;
- boolean autoplay_mode;
char *patchtapes_mode;
char *patchtapes_leveldir;