mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-11 22:18:04 -05:00
Fixes missed type change.
This commit is contained in:
parent
4ee1eba67b
commit
28edabdbe4
@ -18,7 +18,7 @@ typedef enum {
|
||||
|
||||
typedef struct {
|
||||
u16 giid;
|
||||
u16 iid;
|
||||
ItemID iid;
|
||||
std::string english;
|
||||
std::string german;
|
||||
std::string french;
|
||||
|
Loading…
Reference in New Issue
Block a user