mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 15:40:26 +00:00
gp:: fixed the comment about GOLDBERG_BITS
This commit is contained in:
parent
f61247afe2
commit
b634d930cb
@ -50,7 +50,7 @@ struct hpcshape {
|
||||
#define SIDE_BSHA 12
|
||||
#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
|
||||
#define GOLDBERG_BITS 5
|
||||
|
Loading…
Reference in New Issue
Block a user