- made video base code game independent
This commit is contained in:
parent
2196b4fb04
commit
ddef3f7b98
56 changed files with 251 additions and 241 deletions
|
|
@ -67,6 +67,7 @@
|
|||
#include "s_music.h"
|
||||
#include "i_time.h"
|
||||
#include "texturemanager.h"
|
||||
#include "v_draw.h"
|
||||
|
||||
|
||||
#include "gi.h"
|
||||
|
|
@ -1000,7 +1001,7 @@ void C_AdjustBottom ()
|
|||
|
||||
void C_NewModeAdjust ()
|
||||
{
|
||||
C_InitConsole (twod->GetWidth(), twod->GetHeight(), true);
|
||||
C_InitConsole (screen->GetWidth(), screen->GetHeight(), true);
|
||||
C_FlushDisplay ();
|
||||
C_AdjustBottom ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue