]> Dogcows Code - chaz/thecheat/blobdiff - cheat_globals.m
The Cheat 1.1
[chaz/thecheat] / cheat_globals.m
index 7c04b96382c7482f4f170d5f05ec292787b33584..dab3acb116f7a7e2a4fef5ae22e7b9b83c3b1f64 100644 (file)
@@ -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
This page took 0.017651 seconds and 4 git commands to generate.