1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

shmup replaced with random special mode in start menu; use current settings in the start menu

This commit is contained in:
Zeno Rogue
2018-03-24 16:00:13 +01:00
parent 17dc4c7e83
commit e24ae3f717
3 changed files with 139 additions and 21 deletions

View File

@@ -2870,3 +2870,5 @@ ld hypot2(const hyperpoint& h);
transmatrix pushxto0(const hyperpoint& H);
transmatrix rpushxto0(const hyperpoint& H);
transmatrix spintox(const hyperpoint& H);
extern int ewhichscreen;