Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Beirao committed Dec 20, 2024
1 parent 8eb9abb commit 93e080e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prboom2/src/dsda/mapinfo/u.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ int dsda_UMusicIndexToLumpNum(int* lump, int music_index) {
int dsda_UMapMusic(int* music_index, int* music_lump, int episode, int map) {
int lump;
struct MapEntry* entry = dsda_UMapEntry(episode, map);
int level_num;

if (!entry || !entry->music[0])
return false;
Expand Down

0 comments on commit 93e080e

Please sign in to comment.