view FactionTable.h @ 1990:84fa3c83d63f

char picking up item off by one fixed
author Grumpy7
date Sun, 03 Nov 2013 01:19:07 -0800
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)