summaryrefslogtreecommitdiff
path: root/games/xevil/files/patch-aa
blob: eef6d10a598f6eb7f6dcde60eeaa2587d0bd4cb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** utils.h~	Mon Jul 24 22:22:34 1995
--- utils.h	Thu Sep 14 04:28:35 1995
***************
*** 54,60 ****
  
  
  // Defines
! #define MSEC_PER_CLOCK (1.0e3 / CLOCKS_PER_SEC) 
  
  #ifndef max
  #define max(a,b)               (a<b ? b : a)
--- 54,60 ----
  
  
  // Defines
! #define MSEC_PER_CLOCK 8 // (1.0e3 / CLOCKS_PER_SEC) 
  
  #ifndef max
  #define max(a,b)               (a<b ? b : a)