From 7527cc22efd63be17430924b2ee9e621582a2dd1 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 14 Jun 2012 11:05:00 +0100 Subject: better chasing --- gaunt01/src/testApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gaunt01/src/testApp.cpp') 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; -- cgit v1.2.3