summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-01-05 03:19:05 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-01-05 03:19:05 +0000
commita676fdc0ba8e1380762ebd191e9544a3ed469c25 (patch)
treef737c53b9997b5f32753dc6d247a957fd3345793 /src/osd
parent2b7778f0898f038d3db422ef67dfb82ca187ba93 (diff)
Fixed stupid error in the recent D3D fix.
Diffstat (limited to 'src/osd')
-rw-r--r--src/osd/windows/drawd3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/drawd3d.c b/src/osd/windows/drawd3d.c
index 6afd2ae8fe9..a6c7cd24410 100644
--- a/src/osd/windows/drawd3d.c
+++ b/src/osd/windows/drawd3d.c
@@ -752,7 +752,7 @@ try_again:
{
d3d->create_error_count++;
if (d3d->create_error_count < 10)
- return 1;
+ return 0;
}
// fatal error if we just can't do it