X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.c;h=cae2da545a468124a0354498876fb92a3310f792;hb=refs%2Fmerge-requests%2F79%2Fhead;hp=abde9236d9ca16149538c90ae115e8d7acf40184;hpb=da883d53c09875635a9be1730371bebdaf9ef262;p=open-adventure.git diff --git a/main.c b/main.c index abde923..cae2da5 100644 --- a/main.c +++ b/main.c @@ -936,9 +936,9 @@ static bool do_command(FILE *cmdin) for (;;) { if (game.loc == 0) croak(cmdin); - char* msg = short_location_descriptions[game.loc]; + char* msg = locations[game.loc].description.small; if (MOD(game.abbrev[game.loc],game.abbnum) == 0 || msg == 0) - msg=long_location_descriptions[game.loc]; + msg=locations[game.loc].description.big; if (!FORCED(game.loc) && DARK(game.loc)) { /* The easiest way to get killed is to fall into a pit in * pitch darkness. */