ensiform Posted December 11, 2006 Share Posted December 11, 2006 We can probably do it safely, and would make some of the files a hell of-a-lot smaller. Plus there are some issues that MSVC has with some defines because somehow somewhere XBOX is acting like its defined yet the code is never *actually* used in the sections but, it thinks that qboolean is actually typedef'ed to int for example because everytime you hightlight over 'qboolean' in the code it says #define qboolean int, yet all other q3 games never do that with msvc and it is actually defined as a typedef enum {qfalse, qtrue} qboolean; for comp. Thoughts? Link to comment Share on other sites More sharing options...
razorace Posted December 11, 2006 Share Posted December 11, 2006 Yeah, we could probably do it, but we could also risk accidently breaking something. I probably wouldn't bother with it. Link to comment Share on other sites More sharing options...
stubert Posted December 12, 2006 Share Posted December 12, 2006 yea it doesn't matter, the compiler just skips those sections Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.