hedgewars/uMisc.pas
changeset 3537 8f5b3108f29c
parent 3534 51521238724f
child 3593 ae50f63e4fa9
--- a/hedgewars/uMisc.pas	Tue Jun 22 22:21:44 2010 +0400
+++ b/hedgewars/uMisc.pas	Tue Jun 22 23:08:57 2010 -0400
@@ -403,6 +403,7 @@
 new(NewTexture);
 NewTexture^.PrevTexture:= nil;
 NewTexture^.NextTexture:= nil;
+NewTexture^.Scale:= 1;
 if TextureList <> nil then
     begin
     TextureList^.PrevTexture:= NewTexture;