From 57a95d545c5da46bc88383b6701d92aeb9aa8636 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Wed, 21 Nov 2018 17:55:57 +0100 Subject: [PATCH] Update todo list - __PAIR__ is not longer in use - useMana() is bin exact --- docs/TODO.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/TODO.md b/docs/TODO.md index bcc6c210d..263ccf749 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -12,10 +12,9 @@ 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__` +- Some code uses macros such as `__ROL4__` - Some functions/structures have incorrect signing (signed/unsigned BYTE) - Function `GetLevelMTypes`, decompile and check `monster.cpp` - Function `SetAutomapView`, decompile and check `automap.cpp` - Function `engine_draw_automap_pixels`, decompile and check `engine.cpp` -- Double check `UseMana` references - Double check `LOBYTE` of function `random(int, int)`