Fixed bug: 11479 | Mon Aug 3 02:56:04 2009 MST |
Vor | admin | offline |  |
| =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Report Number: 11479 Original bug report by Blackfear on Sat Aug 1 03:57:47 2009
Object: Unknown Creator: Unknown Room: /domains/sombre/areas/jaguar/village/rooms/graveyard2
*Undefined function called: modal_push Trace written to /log/runtime gets that when I try to dig with shovel ----------------------------------------------------------------------
Iru wrote on Sat Aug 1 04:45:54 2009 dbxwhere blackfear
*Undefined function called: modal_push
Object: /domains/sombre/areas/jaguar/village/objects/shovel#304061 (/std/modules/digger.c) at line 44
#0: '<function>' at /secure/user#309215 (<function>) at /:0
#1: 'dispatch_modal_input' at /secure/user#309215 (/secure/user/inputsys.c) at line 318
#2: '<function>' at /obj/pshell#309221 (<function>) at /:0
#3: 'shell_input' at /obj/pshell#309221 (/std/shell.c) at line 263
#4: 'do_c' at /obj/pshell#309221 (/std/shell.c) at line 404
#5: 'execute_command' at /obj/pshell#309221 at line 64
#6: 'do_game_command' at /std/race/faerie#296727 (/std/player/cmd.c) at line 74
#7: 'do_dig_with_obj' at /cmds/verbs/dig at line 61
#8: 'do_digging' at /domains/sombre/areas/jaguar/village/objects/shovel#304061 (/std/modules/digger.c) at line 44
dbxframe blackfear 8
------/std/modules/digger.c:44 - do_digging(NULL)
locals: ({ ... })
----------------------------------------------------------------
case 1:
printf("[in %s]\n",o[0]->the_short());
arg = o[0];
break;
default:
=> modal_push((:answer_question:),
"What do you want to dig in? ");
return;
}
}
arg->dig();
----------------------------------------------------------------------
Vor wrote on Mon Aug 3 02:56:03 2009 possibly fixed.
----------------------------------------------------------------------
Vor wrote on Mon Aug 3 02:56:04 2009
Fixed
|
|