view stru159.h @ 1395:8d4ec56416ef

Fix to ticket #69 array_50A2B0 being accessed outside of bounds
author Nomad
date Thu, 18 Jul 2013 17:07:49 +0200
parents fd3bea473c0c
children 2423bc2af692
line wrap: on
line source

#pragma once



/*  152 */
#pragma pack(push, 1)
struct stru159
{
  char *video_name;
  int field_4;
  int house_npc_id;
  unsigned __int8 uBuildingType;
  unsigned __int8 uRoomSoundId;
  unsigned __int16 padding_e;
};
#pragma pack(pop)


extern  std::array<const stru159, 196> pAnimatedRooms;