X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=cheat.c;h=89b0f72265b544b37cfe755cf9a9f9ac2acc23a4;hb=2328739e5141cfa9ede4c94f89571266a96bb5c0;hp=5bca67f3e0f267f3ee07a0cf6362514ef4916793;hpb=0a87fc9f78c40354068749f93cbbed80e217cd88;p=open-adventure.git 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();