mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-31 14:30:17 +00:00
tfv: work on conversation
This commit is contained in:
parent
9ff5af4695
commit
a04ef4bdec
@ -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].num_locations;i++) {
|
||||
|
||||
if ( (tfv_x>=map_info[map_location].location[i].x0) &&
|
||||
|
Loading…
Reference in New Issue
Block a user