summaryrefslogtreecommitdiffstats
path: root/matchblox/engine/C_MatchBloxEngine.cpp
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-05-20 11:38:57 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-05-20 11:38:57 (GMT)
commit2018e9a939fa79518f6ce020f64714730d5be959 (patch)
tree22d682392cf7434f9680671c89da1569a3125b54 /matchblox/engine/C_MatchBloxEngine.cpp
parentfeacf51e22520a397115fd8cc1a243c305bcb90d (diff)
download2iv55-2018e9a939fa79518f6ce020f64714730d5be959.zip
2iv55-2018e9a939fa79518f6ce020f64714730d5be959.tar.gz
2iv55-2018e9a939fa79518f6ce020f64714730d5be959.tar.bz2
voided gamestep
Diffstat (limited to 'matchblox/engine/C_MatchBloxEngine.cpp')
-rw-r--r--matchblox/engine/C_MatchBloxEngine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/matchblox/engine/C_MatchBloxEngine.cpp b/matchblox/engine/C_MatchBloxEngine.cpp
index 7e17b1b..52ffde9 100644
--- a/matchblox/engine/C_MatchBloxEngine.cpp
+++ b/matchblox/engine/C_MatchBloxEngine.cpp
@@ -60,7 +60,7 @@ C_MatchBloxEngine::~C_MatchBloxEngine()
DeleteModels();
}
-GameResult C_MatchBloxEngine::GameStep(msgQueue &f_Queue)
+GameResult C_MatchBloxEngine::GameStep(void)
{
//process message queue
return GR_ERROR;