shithub: pt2-clone

Download patch

ref: 1e8cf25675af7c7d6bab838e3c005447871b4b8f
parent: bc8b6232cbfb0cea6993c1deeae7440595583260
author: Olav Sørensen <olav.sorensen@live.no>
date: Fri Jul 10 16:24:04 EDT 2020

Clear "song is modified" flag during Clear All

diff: cannot open a/pt_pal_editor/vs2019_project/pt_pal_editor/Debug//null: file does not exist: 'a/pt_pal_editor/vs2019_project/pt_pal_editor/Debug//null'
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 vs2019_project/pt2-clone/Debug/pt2-clone.vcxproj.FileListAbsolute.txt
 *.db-wal
 *.db-shm
+pt_pal_editor/vs2019_project/pt_pal_editor/Debug/pt_pal_editor.vcxproj.FileListAbsolute.txt
--- a/src/pt2_replayer.c
+++ b/src/pt2_replayer.c
@@ -1468,6 +1468,8 @@
 {
 	clearSamples();
 	clearSong();
+
+	updateWindowTitle(MOD_NOT_MODIFIED);
 }
 
 void modFree(void)