1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

changed THE END to LEGAL::NONE

This commit is contained in:
Zeno Rogue 2021-03-31 14:38:04 +02:00
parent 35414a6ff6
commit 3e5d9d94db

View File

@ -300,7 +300,7 @@ extern vector<slide> rvslides_default;
void add_end(vector<slide>& s) {
s.emplace_back(
slide{"THE END", 99, LEGAL::ANY | FINALSLIDE,
slide{"THE END", 99, LEGAL::NONE | FINALSLIDE,
"Press '5' to leave the presentation.",
[] (presmode mode) {
if(mode == pmStart) firstland = specialland = laIce;