]> git.pond.sub.org Git - empserver/commit
(do_map): New. map() was split into two parts map() and do_map().
authorRon Koenderink <rkoenderink@yahoo.ca>
Wed, 12 Jul 2006 18:14:31 +0000 (18:14 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Wed, 12 Jul 2006 18:14:31 +0000 (18:14 +0000)
commit51275c753fcdd435449b32a85cecb01c24b24791
tree60b44e092da53d820a19aeb244f503777da86639
parentfa38aef7000d6c96565602adf09bd90f2ec978fb
(do_map): New.  map() was split into two parts map() and do_map().
(map): Call new function do_map().
(display_region_map): Modify to use do_map() instead of map().
(tran_nmap, tran_pmap, cmd_move_map): Modify to accomodate
the modified display_region_map() function.
include/prototypes.h
src/lib/commands/map.c
src/lib/commands/move.c
src/lib/commands/tran.c
src/lib/common/maps.c