We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0f7b9 commit b42fb82Copy full SHA for b42fb82
fred2/freddoc.cpp
@@ -328,20 +328,7 @@ int CFREDDoc::load_mission(char *pathname, int flags) {
328
329
Assert(Mission_palette >= 0);
330
Assert(Mission_palette <= 98);
331
-
332
- // RT, don't need this anymore
333
-#if 0
334
335
- if (The_mission.flags[Mission::Mission_Flags::Subspace]) {
336
- strcpy_s(name, NOX("gamepalette-subspace"));
337
- } else {
338
- strcpy_s(name, "gamepalette1-01");
339
- // sprintf(name, NOX("gamepalette1-%02d"), Mission_palette + 1);
340
- }
341
342
- palette_load_table(name);
343
-#endif
344
+
345
// go through all ships and translate their callsign and alternate name indices
346
objp = GET_FIRST(&obj_used_list);
347
while (objp != END_OF_LIST(&obj_used_list)) {
0 commit comments