mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Emscripten port
This commit is contained in:
@@ -249,7 +249,7 @@ void DoHouseInfo (void)
|
||||
|
||||
while (!leaving)
|
||||
{
|
||||
item = houseInfoDialog->ExecuteModal(nullptr, HouseFilter);
|
||||
item = houseInfoDialog->ExecuteModal(nullptr, PL_FILTER_FUNC(HouseFilter));
|
||||
|
||||
if (item == kOkayButton)
|
||||
{
|
||||
@@ -334,3 +334,4 @@ void HowToZeroScores (void)
|
||||
|
||||
#endif
|
||||
|
||||
PL_IMPLEMENT_FILTER_FUNCTION(HouseFilter)
|
||||
|
||||
Reference in New Issue
Block a user