mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-14 13:57:38 +00:00
racing:: no more splitscreen outside of racing mode
This commit is contained in:
@@ -1315,6 +1315,7 @@ void add_debug(cell *c) {
|
|||||||
|
|
||||||
bool subscreen_split(reaction_t what) {
|
bool subscreen_split(reaction_t what) {
|
||||||
using namespace racing;
|
using namespace racing;
|
||||||
|
if(!racing::on) return false;
|
||||||
if(in_subscreen) return false;
|
if(in_subscreen) return false;
|
||||||
if(!player_displays.empty()) {
|
if(!player_displays.empty()) {
|
||||||
in_subscreen = true;
|
in_subscreen = true;
|
||||||
|
Reference in New Issue
Block a user