GRIM: Only initialize _refCount once in BitmapData

Fixes #728
This commit is contained in:
Joel Teichroeb 2013-04-26 16:40:53 -07:00
parent 81a5be7a2d
commit b1967abd7d

View file

@ -73,8 +73,6 @@ BitmapData::BitmapData(const Common::String &fname) {
_texIds = NULL;
_hasTransparency = 0;
_refCount = 0;
_texc = NULL;
_verts = NULL;