ref: 004d5adf7bef6f20e05b5df6a7b76eceeb9c620c
dir: /src/NpcAct100.cpp/
#include "WindowsWrapper.h"
#include "NpcAct.h"
#include "MyChar.h"
#include "NpChar.h"
#include "Game.h"
#include "Sound.h"
#include "Back.h"
#include "Triangle.h"
//Table and chair
void ActNpc119(NPCHAR *npc)
{
RECT rc[1];
rc[0] = {248, 184, 272, 200};
npc->rect = rc[0];
}