whoa, forgot a SEMICOLON

This commit is contained in:
David Anderson 2006-09-14 08:06:08 +00:00
parent 09beb4b81e
commit 3c923170a9

View File

@ -27,7 +27,7 @@ stock dod_make_deathmsg(killer, victim, weaponNUM)
stock user_silentkill(index) stock user_silentkill(index)
{ {
static msgid = 0; static msgid = 0;
new msgblock new msgblock;
if (!msgid) if (!msgid)
{ {
msgid = get_user_msgid("DeathMsg"); msgid = get_user_msgid("DeathMsg");