Merge branch 'accurate' into portable
This commit is contained in:
commit
9ea6caad72
1 changed files with 2 additions and 2 deletions
|
@ -232,7 +232,7 @@ int main(int argc, char *argv[])
|
||||||
windowHeight = WINDOW_HEIGHT * 2;
|
windowHeight = WINDOW_HEIGHT * 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef FIX_BUGS
|
#ifdef FIX_MAJOR_BUGS
|
||||||
if (conf.display_mode == 1)
|
if (conf.display_mode == 1)
|
||||||
{
|
{
|
||||||
if (!StartDirectDraw(lpWindowName, windowWidth, windowHeight, 0))
|
if (!StartDirectDraw(lpWindowName, windowWidth, windowHeight, 0))
|
||||||
|
@ -266,7 +266,7 @@ int main(int argc, char *argv[])
|
||||||
windowWidth = WINDOW_WIDTH * 2;
|
windowWidth = WINDOW_WIDTH * 2;
|
||||||
windowHeight = WINDOW_HEIGHT * 2;
|
windowHeight = WINDOW_HEIGHT * 2;
|
||||||
|
|
||||||
#ifdef FIX_BUGS
|
#ifdef FIX_MAJOR_BUGS
|
||||||
if (!StartDirectDraw(lpWindowName, windowWidth, windowHeight, 2))
|
if (!StartDirectDraw(lpWindowName, windowWidth, windowHeight, 2))
|
||||||
{
|
{
|
||||||
Backend_Deinit();
|
Backend_Deinit();
|
||||||
|
|
Loading…
Add table
Reference in a new issue