Minor code cleanup

This commit is contained in:
pagefault
2001-05-31 00:42:32 +00:00
parent 1290e3eaeb
commit 2f383a9d1f

View File

@@ -1090,7 +1090,7 @@ void TestJoy()
extern "C" DWORD converta;
extern "C" unsigned int BitConv32Ptr;
int InitDirectDraw() // formerly known as startgame()
int InitDirectDraw()
{
DDSURFACEDESC2 ddsd2;
DDPIXELFORMAT format;
@@ -1251,7 +1251,7 @@ DWORD LockSurface()
void UnlockSurface()
{
DD_CFB->Unlock((struct tagRECT *)ddsd.lpSurface);
DrawScreen();
DrawScreen();
}
extern "C" {