From a04ef4bdec35e8bbdaf599c1826cc82d7df54309 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Mon, 25 Jun 2018 23:34:57 -0400 Subject: [PATCH] tfv: work on conversation --- gr-sim/tfv/tfv_worldmap.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gr-sim/tfv/tfv_worldmap.c b/gr-sim/tfv/tfv_worldmap.c index cc700605..b1a03d85 100644 --- a/gr-sim/tfv/tfv_worldmap.c +++ b/gr-sim/tfv/tfv_worldmap.c @@ -198,6 +198,10 @@ int world_map(void) { if (ch==13) { if (destination_type==LOCATION_CONVERSATION) { +// ram[CH]=2; +// ram[CV]=21; +// move_and_print(dialog[special_destination].statement[0].words); +// printf("%s\n",dialog[special_destination].statement[0].words); } else if (destination_type==LOCATION_SPACESHIP) { return LOCATION_SPACESHIP; @@ -513,6 +517,7 @@ done_entry: } special_destination=NOEXIT; + destination_type=LOCATION_PLACE; for(i=0;i=map_info[map_location].location[i].x0) &&