diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-02-27 01:31:36 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-02-27 01:31:36 +0100 |
commit | 8997eecb827fb24e82ab3835bdaeab3570e8f59d (patch) | |
tree | 0e57a6326e61682db54a5b8f173f47bb7c901f1e /source | |
parent | 509e1903da6ff5726e17c753c7c8ee1aca6d9b35 (diff) | |
download | saw-8997eecb827fb24e82ab3835bdaeab3570e8f59d.zip |
TODO
Diffstat (limited to 'source')
-rw-r--r-- | source/saw/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
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) { |