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

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