Difference for main/game.c from version 1.18 to 1.19


version 1.18 version 1.19
Line 19
 
Line 19
  * Game loop for Inferno   * Game loop for Inferno
  *   *
  * $Log$   * $Log$
    * Revision 1.19  1999/12/15 06:12:58  donut
    * fix inconsistent placing of fps readout with proportional fonts
    *
  * Revision 1.18  1999/11/25 09:48:48  sekmu   * Revision 1.18  1999/11/25 09:48:48  sekmu
  * observer mode fixes (broadcast,radar)   * observer mode fixes (broadcast,radar)
  *   *
Line 1341
 
Line 1344
   
  ftoa( temp, rate ); // Convert fixed to string   ftoa( temp, rate ); // Convert fixed to string
  //added/changed on 8/7/98 by Matt Mueller -- moved up 2 pixels so its not on top of some other text in single player   //added/changed on 8/7/98 by Matt Mueller -- moved up 2 pixels so its not on top of some other text in single player
                 gr_printf(grd_curcanv->cv_w-GAME_FONT->ft_w*10,grd_curcanv->cv_h-(GAME_FONT->ft_h*4+3*4),"FPS: %s ", temp );//originally cv_w-50, cv_h-30                  gr_printf(grd_curcanv->cv_w-GAME_FONT->ft_aw*11,grd_curcanv->cv_h-(GAME_FONT->ft_h*4+3*4),"FPS: %s ", temp );//originally cv_w-50, cv_h-30
  //end modified section - Matt Mueller   //end modified section - Matt Mueller
  }   }
 }  }

Legend:
line(s) removed in v.1.18 
line(s) changed
 line(s) added in v.1.19