Reverted :)

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2528 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2007-07-20 17:40:36 +00:00
parent 3028037b3c
commit 7ef4972a5b
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ PIXEL32 xlib_rgb32(int r, int g, int b)
p = r<<16;
p|= g<<8;
p|= b;
return LittleLong(p);
return p;
}
void st2_fixup( XImage *framebuf, int x, int y, int width, int height)