Merge branch 'develop' of https://github.com/fedddddd/h2-mod into develop

This commit is contained in:
fed 2022-09-19 18:34:02 +02:00
commit 86e4020b6d
4 changed files with 4 additions and 4 deletions

2
deps/libtomcrypt vendored

@ -1 +1 @@
Subproject commit ddfe2e8aa7c4239463a8a1d26724aef123333549
Subproject commit e6be20bfc7e92c91dc1ef9cb5cc11a326e41f706

2
deps/lua vendored

@ -1 +1 @@
Subproject commit 997f11f54322883c3181225f29d101a597f31730
Subproject commit 71bc69c2afaf49ab5f54f3443af9ae70dd1fed06

2
deps/stb vendored

@ -1 +1 @@
Subproject commit af1a5bc352164740c1cc1354942b1c6b72eacb8a
Subproject commit 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55

View File

@ -195,7 +195,7 @@ namespace gsc
fastfiles::enum_assets(game::ASSET_TYPE_RAWFILE, [](game::XAssetHeader header)
{
std::string name = header.scriptfile->name;
std::string name = header.rawfile->name;
if (name.ends_with(".gsc") && name.starts_with("scripts/"))
{