Vanilla List Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
opps, forgot the patch
here it is. The linux numbers won't be exact, since it refects Paradise 2000,
but it should be easy to find the right spot.
--- redraw.c Sun Mar 12 09:03:28 2000
+++ ../client.2.4p1/redraw.c Sat Jun 29 12:30:36 1996
@@ -1469,7 +1373,7 @@
int lx[2], ly[2], px, py, target_width;
struct player *victim = &players[me->p_tractor];
int last;
- if (paradise && showAllTractorPressor && allowShowAllTractorPressor) {
+ if (showAllTractorPressor && allowShowAllTractorPressor) {
/* check everybody */
last = nplayers;
j = &players[0];
@@ -1483,6 +1387,8 @@
for (; i < last; i++, j++) {
if (!(j->p_flags & (PFTRACT | PFPRESS) && isAlive(j)))
continue;
- if (!paradise && RSA_Client > 0 && j != me)
- continue;
victim = &players[j->p_tractor];
if (victim->p_flags & PFCLOAK)
break; /* can't see tractors on cloaked opponents */