diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-18 01:03:44 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-18 01:03:44 -0500 |
commit | 08579edbcd596c9659fe25490480c6f96e2b4288 (patch) | |
tree | 1ca1d0b652f9054bf691ef5fc2ac7e78fc8d2e4a /include/global.h | |
parent | 327de0283df467efbd819e192c54e6224684cb38 (diff) |
Clean up mistakes and bad formatting
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 6843b4216..1b0b0afa3 100644 --- a/include/global.h +++ b/include/global.h @@ -910,7 +910,7 @@ struct MapPosition struct TradeRoomPlayer { u8 playerId; - u8 isSelf; + u8 isLocalPlayer; u8 c; u8 facing; struct MapPosition pos; |