ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/MapWidget.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/MapWidget.pm (file contents):
Revision 1.106 by root, Wed Apr 4 02:59:57 2007 UTC vs.
Revision 1.107 by root, Sat Apr 14 06:51:45 2007 UTC

349 } elsif ($sym == CFPlus::SDLK_F9 && !$mod) { 349 } elsif ($sym == CFPlus::SDLK_F9 && !$mod) {
350 $::SETUP_DIALOG->toggle_visibility; 350 $::SETUP_DIALOG->toggle_visibility;
351 } elsif (!$::CONN) { 351 } elsif (!$::CONN) {
352 return 0; # bindings further down need a valid connection 352 return 0; # bindings further down need a valid connection
353 353
354 } elsif ($sym == CFPlus::SDLK_KP5 && !$mod) { 354 } elsif ($sym == CFPlus::SDLK_KP5 && !($mod & ~CFPlus::KMOD_SHIFT)) {
355 $::CONN->user_send ("stay fire"); 355 $::CONN->user_send ("stay fire");
356 } elsif ($uni == ord ",") { 356 } elsif ($uni == ord ",") {
357 $::CONN->user_send ("take"); 357 $::CONN->user_send ("take");
358 } elsif ($uni == ord " ") { 358 } elsif ($uni == ord " ") {
359 $::CONN->user_send ("apply"); 359 $::CONN->user_send ("apply");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines