fixed the initialization of hpcshape

This commit is contained in:
Zeno Rogue 2023-02-03 23:45:10 +01:00
parent a536a3bc61
commit f09b94bfcd
1 changed files with 1 additions and 0 deletions

View File

@ -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