summaryrefslogtreecommitdiff
path: root/gaunt01/src/testApp.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-06-14 11:05:00 +0100
committerTim Redfern <tim@eclectronics.org>2012-06-14 11:05:00 +0100
commit7527cc22efd63be17430924b2ee9e621582a2dd1 (patch)
treee749fa607a95ff8a2e66826a22c16ac39c1afd4b /gaunt01/src/testApp.cpp
parent58f154e844aed7ba06df3ac570521930de66b744 (diff)
better chasing
Diffstat (limited to 'gaunt01/src/testApp.cpp')
-rw-r--r--gaunt01/src/testApp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gaunt01/src/testApp.cpp b/gaunt01/src/testApp.cpp
index bb9bb10..efd9459 100644
--- a/gaunt01/src/testApp.cpp
+++ b/gaunt01/src/testApp.cpp
@@ -137,7 +137,7 @@ void testApp::setup(){
}
scaleFactor=ofVec2f(windowWidth/1280.0f,windowHeight/768.0f);
- gameState=PLAYING; //TITLES;
+ gameState=TITLES; //PLAYING; //
segTimes[TITLES]=4.0;
segTimes[CREDIT]=2.5;