mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +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) {
|
void add_end(vector<slide>& s) {
|
||||||
s.emplace_back(
|
s.emplace_back(
|
||||||
slide{"THE END", 99, LEGAL::ANY | FINALSLIDE,
|
slide{"THE END", 99, LEGAL::NONE | FINALSLIDE,
|
||||||
"Press '5' to leave the presentation.",
|
"Press '5' to leave the presentation.",
|
||||||
[] (presmode mode) {
|
[] (presmode mode) {
|
||||||
if(mode == pmStart) firstland = specialland = laIce;
|
if(mode == pmStart) firstland = specialland = laIce;
|
||||||
|
Loading…
Reference in New Issue
Block a user