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