Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

XBOX Code Removal?

Page: 1 of 1
 ensiform
12-11-2006, 4:32 PM
#1
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 qboolean; for comp. Thoughts?
 razorace
12-11-2006, 5:16 PM
#2
Yeah, we could probably do it, but we could also risk accidently breaking something. I probably wouldn't bother with it.
 stubert
12-11-2006, 8:52 PM
#3
yea it doesn't matter, the compiler just skips those sections
Page: 1 of 1