X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=init.c;fp=init.c;h=29737bedc06959d16e3c862b98ad6ee24e156998;hp=b84f5fcf9b14cf97144787d48712ba50da50ae19;hb=8fe07c8bf36b1c06e8cf8689c04629df0fe51504;hpb=ff9c73a37d898d824aa9f8ecd4b670acd84d37e7 diff --git a/init.c b/init.c index b84f5fc..29737be 100644 --- a/init.c +++ b/init.c @@ -64,7 +64,7 @@ int initialise(void) } } - /* Set up the game.atloc and game.link arrays. + /* Set up the game.locs atloc and game.link arrays. * We'll use the DROP subroutine, which prefaces new objects on the * lists. Since we want things in the other order, we'll run the * loop backwards. If the object is in two locs, we drop it twice.