Mercurial > mm7
view FactionTable.h @ 2382:8c00bd4573a8
sub_407A1C - fixing wrongly identified structure variable
author | zipi |
---|---|
date | Sun, 22 Jun 2014 13:58:46 +0100 |
parents | 9c0607679772 |
children |
line wrap: on
line source
#pragma once /* 174 */ #pragma pack(push, 1) struct FactionTable { void Initialize(); char relations[89][89]; }; #pragma pack(pop)