Skip to content

Commit

Permalink
fixed incorrect house casting from building class
Browse files Browse the repository at this point in the history
  • Loading branch information
dalerank committed Mar 9, 2025
1 parent 143a448 commit 637202b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/building/building_house.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enum e_house_progress {
struct model_house;

#define HOUSE_METAINFO(type, clsid) \
BUILDING_METAINFO(BUILDING_HOUSE_CRUDE_HUT, building_house_crude_hut); \
BUILDING_METAINFO(type, clsid); \
using static_params = static_params_t<clsid>; \
static const static_params &current_params() { return (const static_params &)params(TYPE); }

Expand Down

0 comments on commit 637202b

Please sign in to comment.