aboutsummaryrefslogtreecommitdiff
path: root/src/main.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.adb')
-rw-r--r--src/main.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.adb b/src/main.adb
index 41b106e..cbdca0c 100644
--- a/src/main.adb
+++ b/src/main.adb
@@ -9,8 +9,11 @@ with
function Main
return Integer is
begin
+
Sokoban.Load_Level (Sokoban.LevelID'First);
Sokoban.Show;
return FLTK.Run;
+
end Main;
+