Change cheat name
This commit is contained in:
@@ -19,6 +19,6 @@ enum class GameFixes : int {
|
||||
FilmGrain,
|
||||
TimeDilation,
|
||||
GodMode,
|
||||
Invulnerable,
|
||||
IgnoreHits,
|
||||
Stealth
|
||||
};
|
||||
@@ -15,8 +15,8 @@ extern reshade::api::effect_uniform_variable u_td_world;
|
||||
extern reshade::api::effect_uniform_variable u_td_AI;
|
||||
extern reshade::api::effect_uniform_variable u_GodMode_show;
|
||||
extern reshade::api::effect_uniform_variable u_GodMode_enabled;
|
||||
extern reshade::api::effect_uniform_variable u_Invulnerability_show;
|
||||
extern reshade::api::effect_uniform_variable u_Invulnerability_enabled;
|
||||
extern reshade::api::effect_uniform_variable u_IgnoreHits_show;
|
||||
extern reshade::api::effect_uniform_variable u_IgnoreHits_enabled;
|
||||
extern reshade::api::effect_uniform_variable u_Stealth_show;
|
||||
extern reshade::api::effect_uniform_variable u_Stealth_enabled;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user