View Single Post
Re: fread and large amounts of data
Old
  (#12)
Zacker
Project Leader, Lead Level Designer, Waypointer
 
Status: Offline
Posts: 337
Join Date: Mar 2004
Location: Denmark
Default Re: fread and large amounts of data - 09-06-2004

Cant "if ( ptr != NULL )" be replaced with "if(ptr)"?


Quote:
Why isn't this memory allocated by what is needed in the bsp file instead of some hardcoded size?
To prevent people from going mad with textures. Its like why dont the C++ compiler just include
all the runtime libs you use by itself?
  
Reply With Quote