X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=cheat_globals.m;h=dab3acb116f7a7e2a4fef5ae22e7b9b83c3b1f64;hb=fcdfb47212ad3d7f8ec8ae115ccf4f30b7ace383;hp=7c04b96382c7482f4f170d5f05ec292787b33584;hpb=42cf7bbe564d70233a0d73baee613f209eb00eb6;p=chaz%2Fthecheat diff --git a/cheat_globals.m b/cheat_globals.m index 7c04b96..dab3acb 100644 --- a/cheat_globals.m +++ b/cheat_globals.m @@ -18,11 +18,15 @@ char TCGlobalListening = NO; char TCGlobalPlaySounds = YES; char TCGlobalWindowsOnTop = NO; +char TCGlobalUpdateCheck = NO; char TCGlobalAllowRemote = NO; int TCGlobalListenPort = TCDefaultListenPort; +int TCGlobalHitsDisplayed = 1000; NSString *TCPlaySoundsPref = @"TCPlaySoundsPref"; NSString *TCWindowsOnTopPref = @"TCWindowsOnTopPref"; +NSString *TCUpdateCheckPref = @"TCUpdateCheckPref"; NSString *TCAllowRemotePref = @"TCAllowRemotePref"; NSString *TCListenPortPref = @"TCListenPortPref"; -NSString *TCBroadcastNamePref = @"TCBroadcastNamePref"; \ No newline at end of file +NSString *TCBroadcastNamePref = @"TCBroadcastNamePref"; +NSString *TCHitsDisplayedPref = @"TCHitsDisplayedPref"; \ No newline at end of file