mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-04 13:19:20 +00:00
remove debug string while generating weird fieldpattern
This commit is contained in:
parent
9933f373d2
commit
d1a4a6cb25
@ -225,7 +225,7 @@ struct fpattern {
|
|||||||
int fmax = Field;
|
int fmax = Field;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(Prime == 13 && wsquare) {
|
if(Prime == 13 && wsquare && false) {
|
||||||
for(int i=0; i<Prime; i++) printf("%3d", sqrts[i]);
|
for(int i=0; i<Prime; i++) printf("%3d", sqrts[i]);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user