From 2bfb32c5f3cbc180835f537c81ae3713466d9fa7 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 16 Oct 2013 20:59:41 +0000 Subject: Added free flight and formation flight buttons. --- src/client/gamewindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/gamewindow.h') diff --git a/src/client/gamewindow.h b/src/client/gamewindow.h index 24bc311..158e6ea 100644 --- a/src/client/gamewindow.h +++ b/src/client/gamewindow.h @@ -92,9 +92,11 @@ private: TradeMenu *gamewindow_trademenu; ui::IconButton *gamewindow_menubutton; + ui::IconButton *gamewindow_freeflightbutton; ui::IconButton *gamewindow_gotobutton; ui::IconButton *gamewindow_dockbutton; ui::IconButton *gamewindow_launchbutton; + ui::IconButton *gamewindow_formationbutton; ui::IconButton *gamewindow_homebutton; ui::IconButton *gamewindow_chatbutton; ui::IconButton *gamewindow_mapbutton; -- cgit v1.2.3