On Fri, 7 Jun 1996, Thomas Pedersen wrote: > > Stock Circle has this code, > > case '3': > perform_move(ch, path[index] - 0, 1); > break; > > Change to: > > case '3': > perform_move(ch, path[index] - '0', 1); > break; > > This is in spec_procs.c ofcourse. > > This more or less on top of my head, but I belive that fixed it. I don't think this was it, since it is already corrected (it is '0'), but I'll try to check the syntaxis then, maybe there is some other thing I am missing, the thing compiles ok tho' Greets Mythago
This archive was generated by hypermail 2b30 : 12/18/00 PST