mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
Fix missing returns
This commit is contained in:
@@ -412,8 +412,12 @@ int16_t RoomFilter(Dialog *dial, const TimeTaggedVOSEvent *evt)
|
||||
{
|
||||
mouseIs = dial->GetWindow()->MouseToLocal(mouseEvent);
|
||||
HiliteTileOver(surface, mouseIs);
|
||||
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
return -1;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user