mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 01:17:39 +00:00
gp:: fixed the comment about GOLDBERG_BITS
This commit is contained in:
@@ -50,7 +50,7 @@ struct hpcshape {
|
|||||||
#define SIDE_BSHA 12
|
#define SIDE_BSHA 12
|
||||||
#define SIDEPARS 13
|
#define SIDEPARS 13
|
||||||
|
|
||||||
/** GOLDBERG_BITS controls the size of tables for Goldberg: 2*(x+y) should be below (1<<GOLDBERG_BITS) */
|
/** GOLDBERG_BITS controls the size of tables for Goldberg. see gp::check_limits */
|
||||||
|
|
||||||
#ifndef GOLDBERG_BITS
|
#ifndef GOLDBERG_BITS
|
||||||
#define GOLDBERG_BITS 5
|
#define GOLDBERG_BITS 5
|
||||||
|
Reference in New Issue
Block a user