netpanzer-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netPanzer-Devel] PATCH: _cursor_blocked


From: Ivo Danihelka
Subject: [netPanzer-Devel] PATCH: _cursor_blocked
Date: 12 Sep 2003 20:40:43 +0200

I with this simple patch you can drive your units to unreachable
territory. It is very useful for minimap commands.

-- 
Ivo Danihelka


Index: src/NetPanzer/Classes/WorldInputCmdProcessor.cpp
===================================================================
RCS file:
/cvsroot/netpanzer/netpanzer/src/NetPanzer/Classes/WorldInputCmdProcessor.cpp,v
retrieving revision 1.11
diff -u -r1.11 WorldInputCmdProcessor.cpp
--- src/NetPanzer/Classes/WorldInputCmdProcessor.cpp    11 Sep 2003
17:35:47 -0000  1.11
+++ src/NetPanzer/Classes/WorldInputCmdProcessor.cpp    12 Sep 2003
18:28:43 -0000
@@ -682,6 +682,7 @@
             } break; 
 
            case _cursor_move:
+           case _cursor_blocked:
             {
           sendMoveCommand( world_pos );
             } break;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]