Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions games/NXDoom/src/doom/f_finale.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,6 @@ static void f_art_screen_drawer(void)
return;
}

lumpname = (lumpname);

v_draw_patch(0, 0, w_cache_lump_name(lumpname, PU_CACHE));
}
}
Expand Down Expand Up @@ -688,11 +686,6 @@ void f_start_finale(void)
}
}

/* Do dehacked substitutions of strings */

finaletext = (finaletext);
finaleflat = (finaleflat);

finalestage = F_STAGE_TEXT;
finalecount = 0;
}
Expand Down
3 changes: 0 additions & 3 deletions games/NXDoom/src/doom/g_game.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,6 @@ static void g_do_load_level(void)
skytexturename = "SKY3";
}

skytexturename = (skytexturename);

skytexture = r_texture_num_for_name(skytexturename);
}

Expand Down Expand Up @@ -2285,7 +2283,6 @@ void g_init_new(skill_t skill, int episode, int map)
break;
}

skytexturename = (skytexturename);
skytexture = r_texture_num_for_name(skytexturename);
}

Expand Down
3 changes: 0 additions & 3 deletions games/NXDoom/src/doom/hu_stuff.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,6 @@ void hu_start(void)
s = HU_TITLE_CHEX;
}

/* dehacked substitution to get modified level name */

s = (s);
while (*s)
{
hu_lib_add_char_to_text_line(&w_title, *(s++));
Expand Down
Loading