[BACK]Return to dgamelaunch.h CVS log [TXT][DIR] Up to [contributed] / dgamelaunch-openbsd

Diff for /dgamelaunch-openbsd/dgamelaunch.h between version 1.1 and 1.2

version 1.1, 2021/03/09 14:36:01 version 1.2, 2021/03/14 21:12:36
Line 20 
Line 20 
 #define dglsign(x) (x < 0 ? -1 : (x > 0 ? 1 : 0))  #define dglsign(x) (x < 0 ? -1 : (x > 0 ? 1 : 0))
   
 #define DGL_PLAYERNAMELEN 30 /* max. length of player name */  #define DGL_PLAYERNAMELEN 30 /* max. length of player name */
 #define DGL_PASSWDLEN 20 /* max. length of passwords */  #define DGL_PASSWDLEN 55 /* max. length of passwords */
 #define DGL_MAILMSGLEN 80 /* max. length of mail message */  #define DGL_MAILMSGLEN 80 /* max. length of mail message */
   
 #define DGL_MAXWATCHCOLS 10  #define DGL_MAXWATCHCOLS 10

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb