summaryrefslogtreecommitdiff
path: root/src/things.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2018-05-15 16:47:35 +1000
committerJed Barber <jjbarber@y7mail.com>2018-05-15 16:47:35 +1000
commit6e5b33a195324bd33d946cad15844139d1ba9650 (patch)
tree46b2a48d3c92884974267f2bb6969f670e0ce469 /src/things.ads
parent143e6a589de13e9cedc39ccd06b7b8d78f58d1c1 (diff)
Updated to bring into line with FLTK bindingHEADmaster
Diffstat (limited to 'src/things.ads')
-rw-r--r--src/things.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/things.ads b/src/things.ads
index 3babe65..7257029 100644
--- a/src/things.ads
+++ b/src/things.ads
@@ -40,9 +40,9 @@ private
Man_Image : aliased FLTK.Images.RGB.PNG.PNG_Image :=
- FLTK.Images.RGB.PNG.Create (Image_Dir & "/man.png");
+ FLTK.Images.RGB.PNG.Forge.Create (Image_Dir & "/man.png");
Treasure_Image : aliased FLTK.Images.RGB.PNG.PNG_Image :=
- FLTK.Images.RGB.PNG.Create (Image_Dir & "/treasure.png");
+ FLTK.Images.RGB.PNG.Forge.Create (Image_Dir & "/treasure.png");
Nothing : constant Thing :=