projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e807329
)
fixed playing native BD replays with correct engine version
author
Holger Schemel
<holger.schemel@virtion.de>
Sun, 22 Dec 2024 12:19:56 +0000
(13:19 +0100)
committer
Holger Schemel
<holger.schemel@virtion.de>
Sun, 22 Dec 2024 12:19:56 +0000
(13:19 +0100)
src/tools.c
patch
|
blob
|
history
diff --git
a/src/tools.c
b/src/tools.c
index 749da0ebe3a2a17c43267e31cff7aaa40593ec1e..35debe272e656cf27b52939442037ed756d96b7d 100644
(file)
--- a/
src/tools.c
+++ b/
src/tools.c
@@
-10827,7
+10827,7
@@
boolean useOldEngine_BD(void)
return FALSE;
// use old BD game engine if playing specifically tagged native BD replays
- if (tape.bd_replay)
+ if (tape.bd_replay
&& leveldir_current->replay_with_old_engine
)
return TRUE;
// use old BD game engine if playing specifically tagged or patched tapes