From 4c79232f1787e99f70ea7b7741a4c49b295d003c Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Tue, 4 Mar 2008 19:21:09 +0000 Subject: [PATCH] Fix for amb1199 - incorrect comment for Ham_DOD_RoundRespawnEnt --- plugins/include/ham_const.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/ham_const.inc b/plugins/include/ham_const.inc index 6b592bd6..27f9e0fb 100644 --- a/plugins/include/ham_const.inc +++ b/plugins/include/ham_const.inc @@ -884,7 +884,7 @@ enum Ham * Description: I assume this spawns entities (like func_breakables) at the start of a new round. * Forward params: function(this) * Return type: None. - * Execute Params: ExecuteHam(Ham_DOD_RoundRespawn, this); + * Execute Params: ExecuteHam(Ham_DOD_RoundRespawnEnt, this); */ Ham_DOD_RoundRespawnEnt,