Returns script space size
| 60 | |
| 61 | // Returns script space size |
| 62 | unsigned int SCMlimits::GetScriptSpaceSize() |
| 63 | { |
| 64 | return SCMlimits::iMAINsegmentSize + SCMlimits::iMissionSize; |
| 65 | } |
| 66 | |
| 67 | // Sets max size of main.scm |
| 68 | void SCMlimits::SetMaxMAINsegmentSize(int maxMAINsegmentSize) |
nothing calls this directly
no outgoing calls
no test coverage detected