Fix inconsistent formatting and other trails of GreatLord's fixing

svn path=/trunk/; revision=24043
This commit is contained in:
Aleksey Bragin 2006-09-10 20:12:16 +00:00
parent 6a37552f9e
commit 54a6548aa7
10 changed files with 12 additions and 16 deletions

View file

@ -2,14 +2,11 @@
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<define name="__USE_W32API" />
<library>kernel32</library>
<library>gdi32</library>
<library>ddraw</library>
<library>dxguid</library>
<library>string</library>
<library>user32</library>
<file>main.cpp</file>
</module>

View file

@ -193,7 +193,6 @@ int SLsys_input_pending (int tsecs)
\*----------------------------------------------------------------------*/
unsigned int SLsys_getkey (void)
{
// long key;
DWORD bytesRead;
INPUT_RECORD record;