EggTV: load addons

This commit is contained in:
James R 2023-04-29 01:15:30 -07:00
parent 5baa7c14fb
commit ab7691508e

View file

@ -439,6 +439,9 @@ void EggTV::watch() const
M_ClearMenus(false);
demo.loadfiles = true;
demo.ignorefiles = false;
G_DoPlayDemo(replay->path().string().c_str());
}
}