From 2cd24175ce3ff7c47a61ee79b1a69590becab6b3 Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Sat, 13 Apr 2002 02:06:37 +0000 Subject: [PATCH] - updated TODO list --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 20b9f97..b208e89 100644 --- a/TODO +++ b/TODO @@ -7,4 +7,6 @@ - use DATADIR to find game data, rather than in same directory as libraries this way, it can follow FHS: libs in /usr/lib/games/quake2 and data in /usr/share/games/quake2, for example -- go through code and hunt down assert()s +- the video refresher loader code in src/vid_menu.c needs cleaning up, it's + utter bollocks at the moment. all the structs are very fragile, depending + on specific ordering of each element.