diff options
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -130,6 +130,7 @@ avoided when writing code for Chocolate Doom. These are: strncpy() M_StringCopy() strcat() M_StringConcat() strncat() M_StringConcat() + strdup() M_StringDuplicate() Lots of the code includes calls to DEH_String() to simulate string replacement by the Dehacked tool. Be careful when using Dehacked |