X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=cheat.c;h=f305dbaea53dee1b6321099524907f4e164e5ff7;hb=50435465a62d630e4b61fbec38270321211c4907;hp=fecfdc260e9e7054bf0194a410a97bf2f7a6caf4;hpb=0a30176a8c60832e140991c177e8924c7a9ad6d5;p=open-adventure.git diff --git a/cheat.c b/cheat.c index fecfdc2..f305dba 100644 --- a/cheat.c +++ b/cheat.c @@ -81,7 +81,7 @@ int main(int argc, char *argv[]) /* Initialize game variables */ initialise(); - game.zzword = rndvoc(3, 0); + make_zzword(game.zzword); game.newloc = LOC_START; game.loc = LOC_START; game.limit = GAMELIMIT;