- Remove 'int paused' accidentally added to music.cpp in common back-end.

This commit is contained in:
Mitchell Richters 2020-05-29 14:45:24 +10:00 committed by Christoph Oelckers
parent daa862240d
commit f6068043d3

View file

@ -682,5 +682,3 @@ CCMD(currentmusic)
Printf("Currently no music playing\n");
}
}
extern int paused;