support for new SEQ format and idle animations

This commit is contained in:
Ondřej Novák 2025-07-10 15:07:54 +02:00
parent 3463d8e720
commit 2ce5f77825
9 changed files with 284 additions and 93 deletions

View file

@ -61,7 +61,7 @@ int main(int argc, char **argv) {
cfg.config_path = config_name.c_str();
cfg.lang_path = lang.empty()?NULL:lang.c_str();
cfg.patch_file = patch.empty()?NULL:patch.c_str();
cfg.sse_hostport = sse_hostport.c_str();
cfg.sse_hostport = sse_hostport.empty()?NULL:sse_hostport.c_str();
try {
if (!gen_stringtable_path.empty()) {