From a7c4f5a14795e4e2e389ee25db36a1d598abfa68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bergstr=C3=B6m?= Date: Wed, 17 Mar 2004 11:38:23 +0000 Subject: [PATCH] typo fix courtesy of pimp daddy --- plugins/include/engine_stocks.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/engine_stocks.inc b/plugins/include/engine_stocks.inc index d0c5b86a..d5c2e18c 100755 --- a/plugins/include/engine_stocks.inc +++ b/plugins/include/engine_stocks.inc @@ -147,7 +147,7 @@ stock user_silentkill(index) return 1 } -/* Set endering of an entity */ +/* Set rendering of an entity */ stock set_rendering(index,fx=kRenderFxNone, r=255,g=255,b=255, render=kRenderNormal,amount=16) { entity_set_int(index,EV_INT_renderfx,fx)