VID_SetCaption (title) stubs - code added later.

This commit is contained in:
Dabb 2000-07-14 16:09:35 +00:00
parent 0e2bc6adb3
commit b183d0dcaf
6 changed files with 20 additions and 1 deletions

View file

@ -646,3 +646,6 @@ VID_UnlockBuffer ( void )
{
}
void VID_SetCaption (char *text)
{
}

View file

@ -991,3 +991,8 @@ IN_Move(usercmd_t *cmd)
void VID_InitCvars(void) {}
void VID_LockBuffer(void) {}
void VID_UnlockBuffer(void) {}
void VID_SetCaption (char *text)
{
}

View file

@ -689,3 +689,6 @@ VID_UnlockBuffer ( void )
{
}
void VID_SetCaption (char *text)
{
}

View file

@ -94,4 +94,6 @@ void D_EndDirectRect (int x, int y, int width, int height)
{
}
void VID_SetCaption (char *text)
{
}

View file

@ -711,3 +711,6 @@ VID_UnlockBuffer ( void )
{
}
void VID_SetCaption (char *text)
{
}

View file

@ -895,3 +895,6 @@ VID_UnlockBuffer ( void )
{
}
void VID_SetCaption (char *text)
{
}