diff --git a/GpApp/RoomInfo.cpp b/GpApp/RoomInfo.cpp index a7db647..9f5b8ba 100644 --- a/GpApp/RoomInfo.cpp +++ b/GpApp/RoomInfo.cpp @@ -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