mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 12:19:18 +00:00
gp:: no more using football-colorable graphics for R'Lyeh etc. on a4
This commit is contained in:
parent
6c02c9879a
commit
c0d2a1cad6
@ -6,7 +6,7 @@ namespace hr {
|
|||||||
|
|
||||||
int gp_threecolor() {
|
int gp_threecolor() {
|
||||||
if(!gp::on) return 0;
|
if(!gp::on) return 0;
|
||||||
if((gp::param.first - gp::param.second) % 3 == 0) return 2;
|
if(S3 == 3 && (gp::param.first - gp::param.second) % 3 == 0) return 2;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user