]> Dogcows Code - chaz/thecheat/blobdiff - cheat_globals.m
The Cheat 1.1.2
[chaz/thecheat] / cheat_globals.m
index 7c04b96382c7482f4f170d5f05ec292787b33584..019c7253ad9e258b8d1afc697c361dbd5d227c50 100644 (file)
 
 char                                   TCDefaultListenPath[104] = "/.thecheat_socket";
 
-int                                            TCGlobalDocumentCount = 1;
+int                                            TCGlobalSessionCount = 0;
 int                                            TCGlobalAlternateBroadcastNameCount = 2;
 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.021347 seconds and 4 git commands to generate.