Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: FreeSpaceFreak on January 20, 2011, 12:32:38 pm
-
Retail has 46 credit images (00 to 45); is this a fixed number, or will FSO loop through everything in \interface called 2_crim## ?
-
Retail has 46 credit images (00 to 45); is this a fixed number, or will FSO loop through everything in \interface called 2_crim## ?
Excellent question. I am intrigued.
-
Indeed, this piques my interest.
-
A very quick check seems to indicate 46 is the max but no minumum
-
Yup, 46 is a current hardcode limit. Very odd code, as this should be made dynamic and utilise an STL type (i.e. probably SCP_list)
-
It's part of the interface code. Did you expect it to be rational?
-
Nope.
-
Okay, thanks :)