Difference for main/gameseq.c from version 1.5 to 1.6


version 1.5 version 1.6
Line 19
 
Line 19
  * Routines for EndGame, EndLevel, etc.   * Routines for EndGame, EndLevel, etc.
  *    *
  * $Log$   * $Log$
    * Revision 1.6  1999/10/07 02:27:14  donut
    * OGL includes to remove warnings
    *
  * Revision 1.5  1999/09/24 03:29:01  donut   * Revision 1.5  1999/09/24 03:29:01  donut
  * added #ifdef OGL around ogl_cache_textures   * added #ifdef OGL around ogl_cache_textures
  *   *
Line 268
 
Line 271
 #include <stdarg.h>  #include <stdarg.h>
 #include <errno.h>  #include <errno.h>
 #include <time.h>  #include <time.h>
   
   #ifdef OGL
   #include "ogl_init.h"
   #endif
   
 #include "inferno.h"  #include "inferno.h"
 #include "game.h"  #include "game.h"

Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6