aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UGraphic.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Classes/UGraphic.pas')
-rw-r--r--Game/Code/Classes/UGraphic.pas5
1 files changed, 0 insertions, 5 deletions
diff --git a/Game/Code/Classes/UGraphic.pas b/Game/Code/Classes/UGraphic.pas
index 6ea89c0f..44c068a0 100644
--- a/Game/Code/Classes/UGraphic.pas
+++ b/Game/Code/Classes/UGraphic.pas
@@ -312,9 +312,6 @@ begin
Log.LogStatus('Loading Textures - C', 'LoadTextures');
- {$IFNDEF FPC}
- // TODO : jb_FPC why does this cause lazarus build, to have runtime error..
- // TODO : jb_FPC - START HERE !!
//Line Bonus PopUp
for P := 0 to 8 do
begin
@@ -357,8 +354,6 @@ begin
Tex_ScoreBG[P] := Texture.LoadTexture(pchar(Skin.GetTextureFileName('ScoreBG')), 'PNG', 'Colorized', Col);
end;
- {$ENDIF}
-
Log.LogStatus('Loading Textures - D', 'LoadTextures');
end;