mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
Fix truncation warning in entrance.h
.
This commit is contained in:
parent
a0e49f9960
commit
f31af8fdc9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue