summaryrefslogtreecommitdiff
path: root/vfg/src/testApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'vfg/src/testApp.h')
-rwxr-xr-xvfg/src/testApp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/vfg/src/testApp.h b/vfg/src/testApp.h
index 0cc0942..4b369bf 100755
--- a/vfg/src/testApp.h
+++ b/vfg/src/testApp.h
@@ -144,7 +144,7 @@ public:
void draw();
void dragEvent(ofDragInfo dragInfo,ofxFenster* win);
void windowMoved(int x, int y);
- string levelnames[11]={
+ string levelnames[12]={
"STARTINGINTRO",
"INTRO",
"ENDINGINTRO",
@@ -155,7 +155,8 @@ public:
"STARTPLAYING",
"PRACTICE",
"PLAYING",
- "ENDPLAYING"
+ "ENDPLAYING",
+ "WALKON"
};
};