1
0
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:
Zeno Rogue 2019-01-28 22:27:43 +01:00
parent b2aed8d814
commit 8575bd8ef6

View File

@ -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;