aboutsummaryrefslogtreecommitdiff
path: root/src/things.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/things.ads')
-rw-r--r--src/things.ads5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/things.ads b/src/things.ads
index 97889ba..ddd4bb4 100644
--- a/src/things.ads
+++ b/src/things.ads
@@ -37,7 +37,7 @@ private
end record;
- Man_Image : aliased FLTK.Images.RGB.PNG.PNG_Image := FLTK.Images.RGB.PNG.Forge.Create
+ Man_Image : aliased FLTK.Images.RGB.PNG.PNG_Image := FLTK.Images.RGB.PNG.Forge.Create
(Ada.Directories.Compose (Misc.Image_Path, "man.png"));
Treasure_Image : aliased FLTK.Images.RGB.PNG.PNG_Image := FLTK.Images.RGB.PNG.Forge.Create
(Ada.Directories.Compose (Misc.Image_Path, "treasure.png"));
@@ -47,7 +47,7 @@ private
(Self_Image => null);
- Man : constant Thing :=
+ Man : constant Thing :=
(Self_Image => Man_Image'Access);
Treasure : constant Thing :=
(Self_Image => Treasure_Image'Access);
@@ -55,3 +55,4 @@ private
end Things;
+