Fix for amb1199 - incorrect comment for Ham_DOD_RoundRespawnEnt

This commit is contained in:
Steve Dudenhoeffer 2008-03-04 19:21:09 +00:00
parent 16720a2f70
commit 4c79232f17

View File

@ -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,