From 5b0aa777a79753fa5f88c912a6b02db46d825c8b Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Mon, 5 Jan 2026 21:14:57 +0100 Subject: [PATCH] Add stealth cheat enumeration --- includes/GameFixes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/GameFixes.h b/includes/GameFixes.h index ab70edb..166fd2f 100644 --- a/includes/GameFixes.h +++ b/includes/GameFixes.h @@ -19,5 +19,6 @@ enum class GameFixes : int { FilmGrain, TimeDilation, GodMode, - Invulnerable + Invulnerable, + Stealth }; \ No newline at end of file