aboutsummaryrefslogtreecommitdiff
path: root/src/moves.adb
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-04-18 20:13:41 +1200
committerJedidiah Barber <contact@jedbarber.id.au>2025-04-18 20:13:41 +1200
commit525b5641fee7154d5be1a66420ca15d54bb6f6ce (patch)
treeb0f6944bbfc5626096c7cd47702c8d4b7ebccaf0 /src/moves.adb
parentce2ba2c8bdd7070d7688eff83173b6725c0fe657 (diff)
Consolidated image data
Diffstat (limited to 'src/moves.adb')
-rw-r--r--src/moves.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/moves.adb b/src/moves.adb
index 58bbbf9..c2ee332 100644
--- a/src/moves.adb
+++ b/src/moves.adb
@@ -18,10 +18,10 @@ package body Moves is
procedure Add
- (This : in out Path;
- List : in Path) is
+ (This : in out Path;
+ Items : in Path) is
begin
- This.Append (List);
+ This.Append (Items);
end Add;