mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-24 04:17:03 +00:00
fixed the initialization of hpcshape
This commit is contained in:
parent
a536a3bc61
commit
f09b94bfcd
@ -35,6 +35,7 @@ struct hpcshape {
|
||||
int texture_offset;
|
||||
int shs, she;
|
||||
void clear() { s = e = shs = she = texture_offset = 0; prio = PPR::ZERO; tinf = NULL; flags = 0; }
|
||||
hpcshape() { clear(); }
|
||||
};
|
||||
|
||||
#define SIDE_SLEV 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user