diff rogue3/machdep.h @ 29:da77eb183951

rogue3: allow load and user count checks to be compiled out
author edwarj4
date Tue, 29 Dec 2009 12:45:38 +0000
parents bbf072f8bafa
children c6d58901ddc0
line wrap: on
line diff
--- a/rogue3/machdep.h	Thu Nov 26 12:50:17 2009 +0000
+++ b/rogue3/machdep.h	Tue Dec 29 12:45:38 2009 +0000
@@ -14,6 +14,7 @@
  * Variables for checking to make sure the system isn't too loaded
  * for people to play
  */
+/* Comment out MAXLOAD or MAXUSERS to disable a check */
 
 #define AUTHORUID        0
 #define	MAXUSERS	25	/* max number of users for this game */