From d579ddbb6bd196c4310e59c6ed08b85bf2c8a097 Mon Sep 17 00:00:00 2001 From: avolkov Date: Wed, 22 Jan 2003 20:15:24 +0000 Subject: [PATCH] types.h is online git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@576 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/TODO | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sc2/TODO b/sc2/TODO index c49e33545..9af5e72b3 100644 --- a/sc2/TODO +++ b/sc2/TODO @@ -151,10 +151,7 @@ Stuff still to do (small): can be used on the pc (and the other way around). - Also remove the values that are pointers into the heap, since those get cached and restored by the load routine anyway. -- make a file types.h, which defines non-confusing integer types. - There are at the moment 3 systems: int16, DWORD, and Sint16. - I suggest we keep int16, as 'word' is confusing. Sint16 is an SDL define - and should only be used in SDL calls. +- update the current types.h draft for target platforms as needed - Kohr-Ah FRIED colour is blue on 3DO (and currently UQM), while red on PC. (add switch?) - '-T 0' option to turn speech off doesn't work when using SDL_mixer.