Remove unnecessary code duplication.
This commit is contained in:
parent
adbb5c1204
commit
234da6b468
1 changed files with 0 additions and 4 deletions
4
advent.h
4
advent.h
|
@ -249,11 +249,7 @@ struct game_t {
|
||||||
} objects[NOBJECTS + 1];
|
} objects[NOBJECTS + 1];
|
||||||
struct {
|
struct {
|
||||||
bool used; // hints[i].used = true iff hint i has been used.
|
bool used; // hints[i].used = true iff hint i has been used.
|
||||||
#ifndef FOUNDBOOL
|
|
||||||
int lc; // hints[i].lc = show int at LOC with cond bit i
|
int lc; // hints[i].lc = show int at LOC with cond bit i
|
||||||
#else
|
|
||||||
int lc; // hints[i].lc = show int at LOC with cond bit i
|
|
||||||
#endif
|
|
||||||
} hints[NHINTS];
|
} hints[NHINTS];
|
||||||
obj_t link[NOBJECTS * 2 + 1];// object-list links
|
obj_t link[NOBJECTS * 2 + 1];// object-list links
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue