diff options
-rw-r--r-- | src/atimach64xv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/atimach64xv.c b/src/atimach64xv.c index 21cd890..2c9b812 100644 --- a/src/atimach64xv.c +++ b/src/atimach64xv.c @@ -1552,6 +1552,9 @@ ATICloseXVideo ATIPtr pATI ) { + if (!pATI->Block1Base) + return; + ATIMach64StopVideo(pScreenInfo, pATI, TRUE); REGION_UNINIT(pScreen, &pATI->VideoClip); |