diff options
-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) { |