QTfrontend/hwform.cpp
changeset 1576 a02353129a41
parent 1569 4456a0dfc647
child 1577 e3e37c730dc0
--- a/QTfrontend/hwform.cpp	Sat Jan 03 19:01:24 2009 +0000
+++ b/QTfrontend/hwform.cpp	Sat Jan 03 19:01:50 2009 +0000
@@ -397,7 +397,7 @@
 
 void HWForm::SimpleGame()
 {
-	CreateGame(0, 0, cDefaultAmmoStore->mid(10));
+	CreateGame(0, 0, *cDefaultAmmoStore);
 	game->StartQuick();
 }