From 7d6b9412b7b8616ba5f4ebf66c0fc13982b757c8 Mon Sep 17 00:00:00 2001 From: Daniel Gibson Date: Mon, 24 Jun 2024 04:18:12 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7ab601..5a67f3c 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,7 @@ Make sure to adjust `BASE_NAME` and/or `D3XP_NAME` according to the mod director the *Classic Doom 3* mod directory is called `cdoom` and it uses the source code in `game/`, so the line is adjusted like `set(BASE_NAME "cdoom" CACHE STRING "Name of the mod...")`. -If the mod requires definitions passed to the compiler (like `-DMY_OPTION for `#ifdef MY_OPTION`), +If the mod requires definitions passed to the compiler (like `-DMY_OPTION` for `#ifdef MY_OPTION`), adjust `BASE_DEFS` and/or `D3XP_DEFS` accordingly. Last but not least, if the mod adds any source files to the SDK (instead of just modifying the