Clear layer offsets in d_cps2.cpp on exit

This commit is contained in:
Barry Harris 2012-05-02 19:23:53 +00:00
parent e8ec85b5c4
commit fa79c1c143
1 changed files with 7 additions and 0 deletions

View File

@ -7119,6 +7119,13 @@ static INT32 DrvExit()
Ssf2tb = 0;
Xmcota = 0;
CpsLayer1XOffs = 0;
CpsLayer2XOffs = 0;
CpsLayer3XOffs = 0;
CpsLayer1YOffs = 0;
CpsLayer2YOffs = 0;
CpsLayer3YOffs = 0;
return CpsExit();
}