From 177cc879858deb3278e7554684673c201056ebdb Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 25 Jun 2011 15:31:11 -0700 Subject: [PATCH] Doc improvement. --- plugins/include/sdktools.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/sdktools.inc b/plugins/include/sdktools.inc index fedf738ea..6e7d73228 100644 --- a/plugins/include/sdktools.inc +++ b/plugins/include/sdktools.inc @@ -57,7 +57,7 @@ enum SDKCallType SDKCall_Player, /**< CBasePlayer call */ SDKCall_GameRules, /**< CGameRules call */ SDKCall_EntityList, /**< CGlobalEntityList call */ - SDKCall_Raw, /**< Raw Address call */ + SDKCall_Raw, /**< |this| pointer with an arbitrary address */ }; enum SDKLibrary