X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=cheat.c;h=89b0f72265b544b37cfe755cf9a9f9ac2acc23a4;hp=5bca67f3e0f267f3ee07a0cf6362514ef4916793;hb=ab94051da166ca2be050c0d5725774f2edf3e7ee;hpb=0a87fc9f78c40354068749f93cbbed80e217cd88 diff --git a/cheat.c b/cheat.c index 5bca67f..89b0f72 100644 --- a/cheat.c +++ b/cheat.c @@ -83,13 +83,6 @@ int main(int argc, char *argv[]) FILE *fp = NULL; - game.lcg_a = 1093; - game.lcg_c = 221587; - game.lcg_m = 1048576; - srand(time(NULL)); - long seedval = (long)rand(); - set_seed(seedval); - /* Initialize game variables */ initialise();