removed double initialization of ScaledImg

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@876 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2003-03-08 17:12:09 +00:00
parent 8adb141165
commit ed9997b9fa
-2
View File
@@ -263,8 +263,6 @@ TFB_DrawImage_New (TFB_Canvas canvas)
img->NormalImg = TFB_DrawCanvas_ToScreenFormat (canvas);
}
img->ScaledImg = NULL;
return img;
}