2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 18:24:55 +00:00

Restore old CVar system

This commit is contained in:
2018-01-21 18:45:41 -08:00
parent cb4fbd6265
commit 2004c97480
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ namespace DataSpec::DNAMP1
{ {
void CTweakGame::initCVars(hecl::CVarManager* mgr) void CTweakGame::initCVars(hecl::CVarManager* mgr)
{ {
mgr->findOrMakeCVar("tweaks.game.hardmodeDamageMult", "", x60_hardmodeDamageMult, hecl::CVar::EFlags::Game | hecl::CVar::Archive | hecl::CVar::Cheat); //mgr->findOrMakeCVar("tweaks.game.hardmodeDamageMult", "", x60_hardmodeDamageMult, hecl::CVar::EFlags::Game | hecl::CVar::Archive | hecl::CVar::Cheat);
mgr->findOrMakeCVar("tweaks.game.hardmodeWeaponMult", "", x64_hardmodeWeaponMult, hecl::CVar::EFlags::Game | hecl::CVar::Archive | hecl::CVar::Cheat); //mgr->findOrMakeCVar("tweaks.game.hardmodeWeaponMult", "", x64_hardmodeWeaponMult, hecl::CVar::EFlags::Game | hecl::CVar::Archive | hecl::CVar::Cheat);
} }
} }

2
hecl

Submodule hecl updated: 49cd887849...5ef5b31770