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.27 by root, Wed May 17 20:21:27 2006 UTC vs.
Revision 1.28 by root, Wed May 17 20:50:19 2006 UTC

189 189
190 if ($sym == CFClient::SDLK_KP5) { 190 if ($sym == CFClient::SDLK_KP5) {
191 $::CONN->user_send ("stay fire"); 191 $::CONN->user_send ("stay fire");
192 } elsif ($uni == ord ",") { 192 } elsif ($uni == ord ",") {
193 $::CONN->user_send ("take"); 193 $::CONN->user_send ("take");
194 } elsif ($uni == ord "\t") { 194 } elsif ($uni == ord "\t" or $uni == ord " ") {
195 $::CONN->user_send ("apply"); 195 $::CONN->user_send ("apply");
196 } elsif ($sym == CFClient::SDLK_KP_PLUS || $uni == ord "+") { 196 } elsif ($sym == CFClient::SDLK_KP_PLUS || $uni == ord "+") {
197 $::CONN->user_send ("rotateshoottype +"); 197 $::CONN->user_send ("rotateshoottype +");
198 } elsif ($sym == CFClient::SDLK_KP_MINUS || $uni == ord "-") { 198 } elsif ($sym == CFClient::SDLK_KP_MINUS || $uni == ord "-") {
199 $::CONN->user_send ("rotateshoottype -"); 199 $::CONN->user_send ("rotateshoottype -");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines