Difference for main/gauges.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 19
 
Line 19
  * Inferno gauge drivers   * Inferno gauge drivers
  *   *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:07:44  donut   * Revision 1.2  1999/08/31 07:47:03  donut
  * Initial revision   * added user configurable number of hud message lines (and moved some defines to hudmsg.h to remove redundancy in gauges.c)
    *
    * Revision 1.1.1.1  1999/06/14 22:07:44  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 2.7  1995/12/19  16:18:33  john   * Revision 2.7  1995/12/19  16:18:33  john
  * Made weapon info align with canvas width, not 315.   * Made weapon info align with canvas width, not 315.
Line 650
 
Line 653
 #define cv_w  cv_bitmap.bm_w  #define cv_w  cv_bitmap.bm_w
 #define cv_h  cv_bitmap.bm_h  #define cv_h  cv_bitmap.bm_h
   
 #define HUD_MESSAGE_LENGTH 150  //these are defined in hudmsg.h now
 #define HUD_MAX_NUM 4  //#define HUD_MESSAGE_LENGTH 150
   //#define HUD_MAX_NUM 4
 extern int HUD_nmessages, hud_first; // From hud.c  extern int HUD_nmessages, hud_first; // From hud.c
 extern char HUD_messages[HUD_MAX_NUM][HUD_MESSAGE_LENGTH+5];   extern char HUD_messages[HUD_MAX_NUM][HUD_MESSAGE_LENGTH+5];
   

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2