Removing a slur from an old comment in favor of a potentially dated reference.

This commit is contained in:
FreakyMutantMan 2025-07-01 23:33:21 -07:00 committed by Freaky Mutant Man
parent 294e60bf8d
commit 1f1e0bdb6e

View file

@ -2828,7 +2828,7 @@ static int lib_sStartSound(lua_State *L)
if (!player || P_IsPartyPlayer(player))
{
if (hud_running || hook_cmd_running)
origin = NULL; // HUD rendering and CMD building startsound shouldn't have an origin, just remove it instead of having a retarded error.
origin = NULL; // HUD rendering and CMD building startsound shouldn't have an origin, just remove it instead of having a [Hyperlink Blocked] error.
S_StartSound(origin, sound_id);
}