AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
12:22e9ef610ea2
Parent:
11:50572814f73e
Child:
13:ece97a1108cc
--- a/Airsofttimer.cpp	Wed Dec 31 15:27:43 2014 +0000
+++ b/Airsofttimer.cpp	Sat May 23 15:28:55 2015 +0000
@@ -37,6 +37,7 @@
         // first we need to select a game from the available games list
         int game_number = select_game();
         Game* game = Game::create_game(board, game_number);
+        game->setup();
         game->run();
         delete game;
     }