From 791d886807617a1c8f792eb55980769d8a433c81 Mon Sep 17 00:00:00 2001 From: Jamie Wilkinson Date: Tue, 9 Apr 2002 12:45:05 +0000 Subject: [PATCH] - updated TODO list --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 4ea9094..4f4ff6b 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,7 @@ - clean up the #ifdefs that are throughout the code to be has-a tests instead of is-a. (using HAVE_* from configure instead of __blerg__) - separate the video refreshers +- check that the parts install into the right places - 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