bigfoot pointed out this glaringly obvious bug

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@857 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-01-29 02:13:45 +00:00
parent 06207797f9
commit a1a586aab9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ extern qboolean ActiveApp;
extern SDL_Surface *sdlsurf;
qbyte vid_curpal[256];
qbyte vid_curpal[768];
cvar_t in_xflip = {"in_xflip", "0"};