diff options
Diffstat (limited to 'Game/Code/Screens/UScreenSingModi.pas')
-rw-r--r-- | Game/Code/Screens/UScreenSingModi.pas | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Game/Code/Screens/UScreenSingModi.pas b/Game/Code/Screens/UScreenSingModi.pas index 93ede980..0b9ab893 100644 --- a/Game/Code/Screens/UScreenSingModi.pas +++ b/Game/Code/Screens/UScreenSingModi.pas @@ -1061,8 +1061,6 @@ begin Result.TexNum := Tex.TexNum;
Result.W := Tex.W;
Result.H := Tex.H;
- Result.ScaleW := Tex.ScaleW;
- Result.ScaleH := Tex.ScaleH;
end;
{
function Translate (const Name: PChar): PChar; stdcall;
|