Skip to content

Commit 1a68197

Browse files
committed
Tweak SDeprecatedItem reason
1 parent be8c989 commit 1a68197

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Server/mods/deathmatch/logic/CResourceChecker.Data.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,12 @@ namespace
253253

254254
struct SDeprecatedItem
255255
{
256+
// bRemoved does not mean:
257+
// "has this function been removed yet?"
258+
// bRemoved actually means:
259+
// "is not rename?" (you can't rename removed functions)
256260
bool bRemoved;
261+
257262
SString strOldName;
258263
SString strNewName;
259264
SString strVersion;

0 commit comments

Comments
 (0)