Skip to content

Commit

Permalink
ffskip dds fix
Browse files Browse the repository at this point in the history
git-svn-id: https://sauerbraten.svn.sourceforge.net/svnroot/sauerbraten/src@3319 ac1f7847-fce6-4368-a212-70e9bdee79d4
  • Loading branch information
eihrul committed Nov 20, 2010
1 parent 6c8bffd commit e120891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/texture.cpp
Expand Up @@ -1005,6 +1005,7 @@ static bool texturedata(ImageData &d, const char *tname, Slot::Tex *tex = NULL,
else if(!strncmp(cmd, "dds", len)) dds = true;
else if(!strncmp(cmd, "thumbnail", len)) raw = true;
else if(!strncmp(cmd, "stub", len)) return canloadsurface(file);
else if(!strncmp(cmd, "ffskip", len)) raw = true;
}

if(msg) renderprogress(loadprogress, file);
Expand Down

0 comments on commit e120891

Please sign in to comment.