AirsoftTimer software based on mbed

Dependencies:   mbed TextLCD keypad

Revision:
27:f29805113454
Parent:
24:f0989eca7469
--- a/games/DummyGame.cpp	Mon May 25 20:53:28 2015 +0000
+++ b/games/DummyGame.cpp	Thu Feb 09 12:28:56 2017 +0000
@@ -8,8 +8,8 @@
 }
 
 void DummyGame::setup(){
-    objectives.push_back(new ObjectiveFactory->create(this, 0));
-    objectives.push_back(new ObjectiveFactory->create(this, 0));
+    objectives.push_back(ObjectiveFactory::create(this, 0));
+    objectives.push_back(ObjectiveFactory::create(this, 0));
 }
 
 void buttonEvent(char c){