Remove pool mirror outside of local play.
This commit is contained in:
parent
31947711c1
commit
b9b5edb4f3
@ -481,7 +481,7 @@ const INTERFACE = {
|
|||||||
basis_y - (9 * gui_scale),
|
basis_y - (9 * gui_scale),
|
||||||
7,
|
7,
|
||||||
player_identity ^ 1,
|
player_identity ^ 1,
|
||||||
INTERFACE_DATA.mirror && ((INTERFACE_DATA.player & 1) ^ INTERFACE_DATA.rotate) == 0
|
INTERFACE_DATA.mode == INTERFACE.Mode.Local && INTERFACE_DATA.mirror && ((INTERFACE_DATA.player & 1) ^ INTERFACE_DATA.rotate) == 0
|
||||||
);
|
);
|
||||||
|
|
||||||
// Draw informational text
|
// Draw informational text
|
||||||
|
Loading…
x
Reference in New Issue
Block a user