X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=cheat_globals.m;fp=cheat_globals.m;h=dab3acb116f7a7e2a4fef5ae22e7b9b83c3b1f64;hp=7c04b96382c7482f4f170d5f05ec292787b33584;hb=5c3719dab502456afddef1ae919e73f06973012f;hpb=9320221ec3758e75891e9f19268bfb3f89514ed4 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