mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-10 15:59:53 +00:00
changed THE END to LEGAL::NONE
This commit is contained in:
parent
35414a6ff6
commit
3e5d9d94db
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user