view FactionTable.h @ 1084:5a59b5b2699f

SaveGame "for" cycle fix - orignal disassembly code has "i < uNumLevelDecorations"
author Grumpy7
date Sun, 26 May 2013 00:14:09 +0200
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)