From 92383ab77d9ff2c3bd15ae62bd523b2d3eb3fc0d Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Thu, 8 Aug 2002 23:15:03 +0000 Subject: [PATCH] comments --- main/inferno.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/main/inferno.c b/main/inferno.c index 5921a4ff..23fce4f2 100644 --- a/main/inferno.c +++ b/main/inferno.c @@ -1,4 +1,4 @@ -/* $Id: inferno.c,v 1.38 2002-08-06 05:21:33 btb Exp $ */ +/* $Id: inferno.c,v 1.39 2002-08-08 23:15:03 btb Exp $ */ /* THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO @@ -13,9 +13,11 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. */ /* + * inferno.c: Entry point of program (main procedure) * - * FIXME: put description here - * + * After main initializes everything, most of the time is spent in the loop + * while (Function_mode != FMODE_EXIT) + * In this loop, the main menu is brought up first. * */ -- 2.39.2