mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-26 08:05:21 -07:00
Fixes missed type change.
This commit is contained in:
parent
4ee1eba67b
commit
28edabdbe4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ typedef enum {
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
u16 giid;
|
u16 giid;
|
||||||
u16 iid;
|
ItemID iid;
|
||||||
std::string english;
|
std::string english;
|
||||||
std::string german;
|
std::string german;
|
||||||
std::string french;
|
std::string french;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue