mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 08:29:00 +00:00
fixed newline
This commit is contained in:
parent
c9b9d614de
commit
969d4ac48d
1 changed files with 1 additions and 1 deletions
|
@ -59,4 +59,4 @@ struct tGangSaveData
|
||||||
CGangInfo gangs[CGangs::TOTAL_GANGS];
|
CGangInfo gangs[CGangs::TOTAL_GANGS];
|
||||||
};
|
};
|
||||||
|
|
||||||
static_assert(sizeof(tGangSaveData) == 0x98, "tGangSaveData: error");
|
static_assert(sizeof(tGangSaveData) == 0x98, "tGangSaveData: error");
|
||||||
|
|
Loading…
Reference in a new issue