projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a5ee3c
)
added "rate time over score" flag when dumping level
author
Holger Schemel
<info@artsoft.org>
Tue, 11 May 2021 17:42:15 +0000
(19:42 +0200)
committer
Holger Schemel
<info@artsoft.org>
Tue, 11 May 2021 17:42:15 +0000
(19:42 +0200)
src/files.c
patch
|
blob
|
history
diff --git
a/src/files.c
b/src/files.c
index dafea37167ee94680f5c6179c898cbab6d92f593..d67bb48e1f42028908d930d83bd5f8b67e586763 100644
(file)
--- a/
src/files.c
+++ b/
src/files.c
@@
-7656,6
+7656,7
@@
void DumpLevel(struct LevelInfo *level)
Print("SP player blocks last field: %s\n", (level->sp_block_last_field ? "yes" : "no"));
Print("use spring bug: %s\n", (level->use_spring_bug ? "yes" : "no"));
Print("use step counter: %s\n", (level->use_step_counter ? "yes" : "no"));
+ Print("rate time over score: %s\n", (level->rate_time_over_score ? "yes" : "no"));
PrintLine("-", 79);
}