diff options
Diffstat (limited to 'game')
-rw-r--r-- | game/options.rpy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/options.rpy b/game/options.rpy index c034f7f..16b5c31 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -217,6 +217,7 @@ init python: ## These should not even exist, be sure! build.classify('music.bak/**', None) build.classify('backup.bak/**', None) + build.classify('old/**', None) ## To archive files, classify them as 'archive'. |