view FactionTable.h @ 2438:c10c639f8365

* Fixed releasing movie for movie-less transitions.
author a.parshin
date Thu, 24 Jul 2014 00:31:49 +0300
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)