[NeoStats-Devel] [Commits] r50 - branches/3.0
[email protected] Tue, 20 Sep 2005 06:39:39 +1000
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark
Date: Tue Sep 20 04:39:39 2005
New Revision: 50
Modified:
branches/3.0/warserv.c
Log:
update to new event table end macro
Modified: branches/3.0/warserv.c
==============================================================================
--- branches/3.0/warserv.c (original)
+++ branches/3.0/warserv.c Tue Sep 20 04:39:39 2005
@@ -96,7 +96,7 @@
*/
ModuleEvent module_events[] = {
{EVENT_NICK, PlayerNickChange},
- {EVENT_NULL, NULL}
+ NS_EVENT_END()
};
/** BotInfo */