This commit is contained in:
quaK 2023-12-30 08:24:26 +02:00
parent ac3893d092
commit d0110ee58c

View File

@ -35,7 +35,7 @@ namespace gsc
std::unordered_map<std::string, std::uint32_t> init_handles;
utils::memory::allocator scriptfile_allocator;
std::unordered_map<const char*, game::ScriptFile*> loaded_scripts;
std::unordered_map<std::string, game::ScriptFile*> loaded_scripts;
struct
{