[NeoStats-Devel] [Commits] r31 - Trunk
[email protected] Tue, 20 Sep 2005 06:36:53 +1000
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark
Date: Tue Sep 20 04:36:52 2005
New Revision: 31
Modified:
Trunk/gamesserv.c
Log:
update to new event table end macro
Modified: Trunk/gamesserv.c
==============================================================================
--- Trunk/gamesserv.c (original)
+++ Trunk/gamesserv.c Tue Sep 20 04:36:52 2005
@@ -77,7 +77,7 @@
*/
ModuleEvent module_events[] = {
{EVENT_NICK, PlayerNickChange},
- {EVENT_NULL, NULL}
+ NS_EVENT_END()
};
/*