[NeoStats-Devel] [Commits] r23 - trunk
[email protected] Tue, 20 Sep 2005 06:40:24 +1000
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark
Date: Tue Sep 20 04:40:23 2005
New Revision: 23
Modified:
trunk/yahtzeeserv.c
Log:
update to new event table end macro
Modified: trunk/yahtzeeserv.c
==============================================================================
--- trunk/yahtzeeserv.c (original)
+++ trunk/yahtzeeserv.c Tue Sep 20 04:40:23 2005
@@ -95,7 +95,7 @@
{EVENT_LOCALKILL, CheckPlayerKill},
{EVENT_PART, CheckPlayerPart},
{EVENT_KICK, CheckPlayerKick},
- {EVENT_NULL, NULL}
+ NS_EVENT_END()
};
/** BotInfo */