- updated common code.

Most of what got added is still unused.

# Conflicts:
#	source/build/src/palette.cpp

# Conflicts:
#	source/build/src/palette.cpp

# Conflicts:
#	source/common/engine/i_interface.h
This commit is contained in:
Christoph Oelckers 2020-04-26 00:01:04 +02:00
parent 82eb807090
commit ea08fa0a4e
20 changed files with 1494 additions and 62 deletions

View file

@ -1283,7 +1283,7 @@ void C_FullConsole ()
gamestate = GS_FULLCONSOLE;
primaryLevel->Music = "";
S_Start ();
S_StartMusic();
S_StopMusic(true);
P_FreeLevelData ();
}
else