Fix truncation warning in entrance.h.

This commit is contained in:
Malkierian 2025-05-03 19:10:09 -07:00
commit f31af8fdc9

View file

@ -90,7 +90,7 @@ class Entrance {
Entrance* reverse = nullptr;
Entrance* assumed = nullptr;
Entrance* replacement = nullptr;
int16_t index = 0xFFFF;
int16_t index = -1;
bool shuffled = false;
bool primary = false;
bool addedToPool = false;