From d1f55e8b45df2dfd84bdde3e2566ef14c9ba40f1 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sun, 11 Jun 2017 13:58:33 +0200 Subject: * Tried to get some work done in MapEditor with no success so far. * Timers with no repeat flag were being set to NULL, but this is not actually desired! * Reenabled transparency for aircraft shadow. * Deprecated NotificationRequest flags, and replaced by system timer handling. --- Source/GameGui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/GameGui.h') diff --git a/Source/GameGui.h b/Source/GameGui.h index 649522a..f2f1760 100644 --- a/Source/GameGui.h +++ b/Source/GameGui.h @@ -40,5 +40,6 @@ void GameGuiDrawUnboardingSequence(TYPE_PLAYER* ptrPlayer); void GameGuiAircraftList(TYPE_PLAYER* ptrPlayer, TYPE_FLIGHT_DATA* ptrFlightData); bool GameGuiFinishedDialog(TYPE_PLAYER* ptrPlayer); void GameGuiAircraftCollision(TYPE_PLAYER* ptrPlayer); +void GameGuiBubbleShow(void); #endif //__GAME_GUI_HEADER__ -- cgit v1.2.3