summaryrefslogtreecommitdiffstats
path: root/matchblox/engine/C_MatchBloxEngine.h
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-05-27 14:20:29 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-05-27 14:20:29 (GMT)
commit47dcce1ed989159bbe0fc2a98ebeda4f5dc99772 (patch)
treee4574377e8fcbe866955015fdcb133f3e50d2bf8 /matchblox/engine/C_MatchBloxEngine.h
parentc089caac3e3c87e2489982ec21c6f2dfec1bd8ed (diff)
download2iv55-47dcce1ed989159bbe0fc2a98ebeda4f5dc99772.zip
2iv55-47dcce1ed989159bbe0fc2a98ebeda4f5dc99772.tar.gz
2iv55-47dcce1ed989159bbe0fc2a98ebeda4f5dc99772.tar.bz2
menu + button afhandeling
Diffstat (limited to 'matchblox/engine/C_MatchBloxEngine.h')
-rw-r--r--matchblox/engine/C_MatchBloxEngine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/matchblox/engine/C_MatchBloxEngine.h b/matchblox/engine/C_MatchBloxEngine.h
index 511db5a..4e5fcf3 100644
--- a/matchblox/engine/C_MatchBloxEngine.h
+++ b/matchblox/engine/C_MatchBloxEngine.h
@@ -33,7 +33,7 @@ enum EngineState
ES_GET_READY, //game initialised, waiting for start signal from player
ES_PLAYING_GRAB_BLOCK, //no block in hand -> grab floating block
ES_PLAYING_PUT_BLOCK, //block in hand -> put block in box
- ES_PAUSED, //pause...
+ ES_PAUSED, //pause... -> menu
ES_FINISHED //finished -> show score and goto init
};