*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40701
This commit is contained in:
Sam Lantinga 2003-08-30 09:09:09 +00:00
parent 33c3ee82b0
commit 22bedf99bb

View file

@ -84,7 +84,7 @@ void NX_NormalUpdate (_THIS, int numrects, SDL_Rect * rects)
}
}
}
#if 0 /* This is needed for microwindows 0.90 or older */
#if 1 /* This is needed for microwindows 0.90 or older */
else if (pixel_type == MWPF_TRUECOLOR0888 || pixel_type == MWPF_TRUECOLOR888) {
Uint8 * ptrsrc ;
Uint8 * ptrdst ;