Revert "committing unsaved changes"

This reverts commit 613cb7728a.
This commit is contained in:
Rachael Alexanderson 2017-11-18 01:00:33 -05:00
parent 00de8880b8
commit 906607df45

View file

@ -1362,7 +1362,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE nothing, LPSTR cmdline, int n
}
// each platform has its own specific version of this function.
void DFrameBuffer::I_SetWindowTitle(const char* caption)
void I_SetWindowTitle(const char* caption)
{
if (caption)
SetWindowText(Window, (LPCTSTR)caption);