QTfrontend/game.h
changeset 686 494b5880989a
parent 681 7a20c50988ec
child 788 00720357601f
--- a/QTfrontend/game.h	Wed Dec 26 21:08:25 2007 +0000
+++ b/QTfrontend/game.h	Wed Dec 26 22:16:22 2007 +0000
@@ -33,7 +33,8 @@
 	gsStarted  = 1,
 	gsInterrupted = 2,
 	gsFinished = 3,
-	gsStopped = 4
+	gsStopped = 4,
+	gsDestroyed = 5
 };