Assorted bug fixes. Demo scenario complete.

This commit is contained in:
2014-03-09 16:00:13 -04:30
parent 05d6914861
commit 83cdd38c41
10 changed files with 474 additions and 115 deletions

View File

@@ -16,9 +16,9 @@ void inInput();
gsname_t inUpdate();
void inRender(int, int);
static bool anyKey;
static clock_t then = 0, nThen = 0;
static int mRows = 0, mH = 0;
static bool anyKey;
static clock_t then = 0, nThen = 0;
static int mRows = 0, mH = 0;
void initIntroState(gs_t * gs){
gs->name = INTRO;