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