Awww, that should have been 25

svn-id: r4892
This commit is contained in:
Ruediger Hanke 2002-08-31 23:02:14 +00:00
parent 79c1f284b7
commit a2ab750f88

View file

@ -929,7 +929,7 @@ void OSystem_MorphOS::copy_rect(const byte *src, int pitch, int x, int y, int w,
bool OSystem_MorphOS::AddUpdateRect(WORD x, WORD y, WORD w, WORD h)
{
if (UpdateRects > 20)
if (UpdateRects > 25)
return false;
if (x < 0) { w+=x; x = 0; }