From 8997eecb827fb24e82ab3835bdaeab3570e8f59d Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Tue, 27 Feb 2024 01:31:36 +0100 Subject: TODO --- source/saw/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source') diff --git a/source/saw/main.c b/source/saw/main.c index 57db2fc..63e8a4c 100644 --- a/source/saw/main.c +++ b/source/saw/main.c @@ -2666,6 +2666,9 @@ static void saw_init(void) { // Load the project from a file // + // TODO + // - More flexible project file format. + saw_current_roll = -1; if (path_type(saw_project_file) == PATH_FILE) { -- cgit v1.2.3