From ea1befbb61f9cd40638c8877a265b7db9842a360 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sun, 28 Jan 2024 18:17:15 +0100 Subject: [PATCH] Tier1: remove parameter description that doesn't exist --- src/tier1/strtools.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tier1/strtools.cpp b/src/tier1/strtools.cpp index b9028076..ba843098 100644 --- a/src/tier1/strtools.cpp +++ b/src/tier1/strtools.cpp @@ -1014,7 +1014,6 @@ bool V_MakeRelativePath(const char* pFullPath, const char* pDirectory, char* pRe // Purpose: Strip off the last directory from dirName // Input : *dirName - // maxLen - -// *newLen - // Output : Returns the new length of the string //----------------------------------------------------------------------------- size_t V_StripLastDir(char* dirName, size_t maxLen)