Whoops. Fix typo.
This commit is contained in:
parent
22622ae69a
commit
0c9c0115cf
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
else
|
||||
{
|
||||
if !(StartDirectDraw(window, 1))
|
||||
if (!StartDirectDraw(window, 1))
|
||||
return 0;
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue