Redisable intro screen.

This commit is contained in:
Steven Fuller 2001-12-10 01:11:58 +00:00 committed by Patryk Obara
parent adb11a6d73
commit 7501334b9b
2 changed files with 7 additions and 3 deletions

5
TODO
View file

@ -13,12 +13,13 @@
* GL_EXT_secondary_color * GL_EXT_secondary_color
* Revisit sound code. (Try AL_PITCH support, etc) * Revisit sound code. (Try AL_PITCH support, etc)
* Try to get demos and regular edition to work. * Try to get demos and regular edition to work.
* Possible Idea: implement demos? (the kind you watch)
* See what FOX/Rebellion has to say (if anything) about redistribution of the * See what FOX/Rebellion has to say (if anything) about redistribution of the
demos and if its possible to create an installer for regular/gold edition demos and if its possible to create an installer for regular/gold edition
CDs. CDs.
* Do something with the ingame movies. Might just leave as-is. * Do something with the ingame movies. Might just leave as-is.
* Intro screens.
* Disable Mutliplayer in the Main Menu. * Disable Mutliplayer in the Main Menu.
* Possible Idea: implement demos?
* See if the build process can be made easier for those who download the * See if the build process can be made easier for those who download the
source. source.
* Write documentation. * Write documentation.
@ -36,3 +37,5 @@
inline.h inline.h
* Remove unused files. * Remove unused files.
* Squelch any unnecessary debug output * Squelch any unnecessary debug output
* Common\\foxlogo.RIM, Common\\logo.RIM: do these exist in the Alien Demo
and Regular Ed.?

View file

@ -811,7 +811,8 @@ static void handle_keypress(int key, int unicode, int press)
DebouncedGotAnyKey = 1; DebouncedGotAnyKey = 1;
} }
GotAnyKey = 1; if (press)
GotAnyKey = 1;
KeyboardInput[key] = press; KeyboardInput[key] = press;
} }
@ -1037,7 +1038,7 @@ int main(int argc, char *argv[])
SetFastRandom(); SetFastRandom();
WeWantAnIntro(); /* WeWantAnIntro(); */
GetPathFromRegistry(); GetPathFromRegistry();
#if MARINE_DEMO #if MARINE_DEMO