view stru159.h @ 1957:3d0c57c4fa83

pActorBuffs[13] to pActorBuffs[ACTOR_BUFF_DAY_OF_PROTECTION]
author Grumpy7
date Fri, 25 Oct 2013 11:18:10 -0700
parents 2423bc2af692
children
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; // enum BuildingType
  unsigned __int8 uRoomSoundId;
  unsigned __int16 padding_e;
};
#pragma pack(pop)


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