ChangeLog
---------
Author - Todd Mummert, CMU
         December 1990

1st release 12/12/90

12/13/90
 * change naming convention...keep names under 14 characters.
 * fix problem in c_graphics.c in routine updatedisplay();
       change size of char text[] from 10 to 11.
 * free objects prior to calling scores.  prevents a highly
       unlikely failure from malloc if you're playing with
       several thousand objects.
 * it is possible for the game to hang on startup, if you place
       the window in the upper left.  we force an initial resize
       by creating the window one pixel wider/longer than we need.
