1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-14 20:57:10 +00:00

3D:: two-player uses split screen

This commit is contained in:
Zeno Rogue
2019-03-09 16:20:06 +01:00
parent 1f4afeeeb4
commit d9b90d8a8e
7 changed files with 87 additions and 68 deletions

View File

@@ -1366,9 +1366,7 @@ void start_game() {
#if CAP_TEXTURE
texture::config.remap();
#endif
#if CAP_RACING
racing::prepare_subscreens();
#endif
subscreens::prepare();
}
void restart_game(char switchWhat) {