follow df-structures change to drawBuilding

develop
jj 2013-07-07 17:40:28 +02:00
parent e15f5c451f
commit 297fa86c34
2 changed files with 2 additions and 2 deletions

@ -145,7 +145,7 @@ struct trap_hook : df::building_trapst {
INTERPOSE_NEXT(updateAction)();
}
DEFINE_VMETHOD_INTERPOSE(void, drawBuilding, (df::building_drawbuffer *db, void *unk))
DEFINE_VMETHOD_INTERPOSE(void, drawBuilding, (df::building_drawbuffer *db, int16_t unk))
{
INTERPOSE_NEXT(drawBuilding)(db, unk);

@ -721,7 +721,7 @@ struct workshop_hook : df::building_workshopst {
INTERPOSE_NEXT(updateAction)();
}
DEFINE_VMETHOD_INTERPOSE(void, drawBuilding, (df::building_drawbuffer *db, void *unk))
DEFINE_VMETHOD_INTERPOSE(void, drawBuilding, (df::building_drawbuffer *db, int16_t unk))
{
INTERPOSE_NEXT(drawBuilding)(db, unk);