From 0b9561febb7677de8792ba0feb056139ba7c94ea Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 18 Dec 2015 08:45:29 -0500 Subject: pages --- main.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 7eaaa84..e5aba88 100644 --- a/main.cpp +++ b/main.cpp @@ -198,15 +198,11 @@ extern int fadeIntensity; /******************************************************************************* * MAIN ************************************************************************ *******************************************************************************/ - -#include - + int main(/*int argc, char *argv[]*/){ //*argv = (char *)argc; gameRunning=false; - XInitThreads(); - /*! * (Attempt to) Initialize SDL libraries so that we can use SDL facilities and eventually * make openGL calls. Exit if there was an error. @@ -905,6 +901,7 @@ void logic(){ m->wander((rand()%240 + 15)); // Make the mob wander :) break; case MS_TRIGGER: + case MS_PAGE: m->wander(0); break; case MS_DOOR: -- cgit v1.2.3