[ScryMUD] SVN Commit Info r897 - trunk/mud/grrmud/server
scrymud at wanfear.com
scrymud at wanfear.com
Sun Feb 25 13:41:19 PST 2007
Author: eroper
Date: 2007-02-25 13:41:19 -0800 (Sun, 25 Feb 2007)
New Revision: 897
Modified:
trunk/mud/grrmud/server/hegemon_handler.cc
Log:
Semi-colons are now handled properly by HegemonHandlers.
Modified: trunk/mud/grrmud/server/hegemon_handler.cc
===================================================================
--- trunk/mud/grrmud/server/hegemon_handler.cc 2007-02-25 20:31:30 UTC (rev 896)
+++ trunk/mud/grrmud/server/hegemon_handler.cc 2007-02-25 21:41:19 UTC (rev 897)
@@ -93,6 +93,7 @@
break;
};
+ current_text_state = ST_NORM;
break;
};//switch(current_text_state)
More information about the ScryMUD
mailing list