summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-02-27 01:31:36 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-02-27 01:31:36 +0100
commit8997eecb827fb24e82ab3835bdaeab3570e8f59d (patch)
tree0e57a6326e61682db54a5b8f173f47bb7c901f1e /source
parent509e1903da6ff5726e17c753c7c8ee1aca6d9b35 (diff)
downloadsaw-8997eecb827fb24e82ab3835bdaeab3570e8f59d.zip
TODO
Diffstat (limited to 'source')
-rw-r--r--source/saw/main.c3
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) {