From 5ec0f0677b90c392b0c406a4845bb949dc073d5e Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Fri, 28 Dec 2001 09:26:41 +0000 Subject: [PATCH] document -nomovies option --- main/inferno.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/main/inferno.c b/main/inferno.c index 80eb8ea2..3e76375d 100644 --- a/main/inferno.c +++ b/main/inferno.c @@ -13,13 +13,16 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. /* * $Source: /cvs/cvsroot/d2x/main/inferno.c,v $ - * $Revision: 1.17 $ + * $Revision: 1.18 $ * $Author: bradleyb $ - * $Date: 2001-11-09 06:55:08 $ + * $Date: 2001-12-28 09:26:41 $ * * FIXME: put description here * * $Log: not supported by cvs2svn $ + * Revision 1.17 2001/11/09 06:55:08 bradleyb + * added documentation + * * Revision 1.16 2001/11/08 10:30:28 bradleyb * Enabled shareware build, endlevel flythrough sequence * @@ -296,7 +299,9 @@ void print_commandline_help() printf( " -superhires %s\n","Allow higher-resolution modes"); #endif // printf( " -nomodex %s\n","FIXME: Undocumented"); -// printf( " -nomovies %s\n","FIXME: Undocumented"); +#ifndef RELEASE + printf( " -nomovies %s\n","Don't play movies"); +#endif #if !defined(SHAREWARE) || ( defined(SHAREWARE) && defined(APPLE_DEMO) ) printf( " -noredbook %s\n","Disable redbook audio"); #endif -- 2.39.2