1
0
Fork 0

(svn r21783) -Cleanup (r14997): Remove redundant assignment.

release/1.1
frosch 2011-01-14 16:09:51 +00:00
parent 3d1008318b
commit ee67d10c80
1 changed files with 0 additions and 2 deletions

View File

@ -281,8 +281,6 @@ static void *ReadSprite(SpriteCache *sc, SpriteID id, SpriteType sprite_type)
}
}
sc->type = sprite_type;
return sc->ptr;
}