[ScryMUD] SVN Commit Info r915 - trunk/mud/grrmud/server

scrymud at wanfear.com scrymud at wanfear.com
Sun Mar 4 16:28:46 PST 2007


Author: eroper
Date: 2007-03-04 16:28:46 -0800 (Sun, 04 Mar 2007)
New Revision: 915

Modified:
   trunk/mud/grrmud/server/misc2.cc
Log:
Added a missing ";"


Modified: trunk/mud/grrmud/server/misc2.cc
===================================================================
--- trunk/mud/grrmud/server/misc2.cc	2007-03-05 00:06:50 UTC (rev 914)
+++ trunk/mud/grrmud/server/misc2.cc	2007-03-05 00:28:46 UTC (rev 915)
@@ -1681,7 +1681,7 @@
                return (70 + pc.LEVEL);
          }//if
       }//if automatic (ie should search)
-      return (int)(2.5*pc.LEVEL)
+      return ((int)(2.5*pc.LEVEL));
    }//if not a pc
    
    int retval;




More information about the ScryMUD mailing list