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

scrymud at wanfear.com scrymud at wanfear.com
Fri Jul 23 02:31:08 PDT 2004


Author: eroper
Date: 2004-07-23 02:31:08 -0700 (Fri, 23 Jul 2004)
New Revision: 690

Modified:
   trunk/mud/grrmud/server/critter.cc
Log:
Small cosmetic change.


Modified: trunk/mud/grrmud/server/critter.cc
===================================================================
--- trunk/mud/grrmud/server/critter.cc	2004-07-23 08:03:45 UTC (rev 689)
+++ trunk/mud/grrmud/server/critter.cc	2004-07-23 09:31:08 UTC (rev 690)
@@ -2519,8 +2519,8 @@
    num_written = 0;
    affected_by.head(ss_cell);
    while ((ss_ptr = ss_cell.next())) {
-      ofile << ss_ptr->stat_spell << " " << ss_ptr->bonus_duration << " ";
-      ofile << ss_ptr->bonus_value << " ";
+      ofile << ss_ptr->stat_spell << " " << ss_ptr->bonus_duration << " "
+      << ss_ptr->bonus_value << " ";
 
       if ((++num_written % 20) == 0)
          ofile << endl;




More information about the ScryMUD mailing list