From 4f3a9b00323ad0e28bc99008af9ee2477c11ffc4 Mon Sep 17 00:00:00 2001 From: Dennis Duda Date: Sun, 9 Sep 2018 15:01:09 +0200 Subject: [PATCH] Update TODO to reflect the current state --- Support/TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Support/TODO.md b/Support/TODO.md index 239e3be1e..bcc6c210d 100644 --- a/Support/TODO.md +++ b/Support/TODO.md @@ -1,5 +1,5 @@ ### Comments -- `BUG_FIX` known bugs in original (vanilla) code +- `BUGFIX` known bugs in original (vanilla) code - `/* */` block comments are things to be fixed/checked - `FIX_ME` bad data @@ -12,7 +12,7 @@ Minor bugs (noticeable but can be avoided) Code issues (incorrect code that still works) - Critical sections should be constructors using `CCritSect` -- Some code uses macros such as `__PAIR__` or `__ROL4__`, or `__int64` +- Some code uses macros such as `__PAIR__` or `__ROL4__` - Some functions/structures have incorrect signing (signed/unsigned BYTE) - Function `GetLevelMTypes`, decompile and check `monster.cpp` - Function `SetAutomapView`, decompile and check `automap.cpp`