Ensured messages are recompiled if PBS files or map data is compiled

This commit is contained in:
Maruno17
2024-05-14 22:25:25 +01:00
parent 01c13ada76
commit 209a1ff1b3
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
module Compiler
@@categories[:animations] = {
:should_compile => proc { next false },
:should_compile => proc { |compiling| next false },
:header_text => proc { next _INTL("Compiling animations") },
:skipped_text => proc { next _INTL("Not compiled") },
:compile => proc { compile_animations }