Vanilla Netrek Server Development Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[VANILLA-L:1168] Last of my stuff..
Hey everyone,
Haven't gotten much of a chance to do anything with netrek in quite a
while. I haven't even played a game in close to six months. :-(
I'm graduating the end of this semester, so I'll be leaving the university
in the next couple of days. This means that I probably wont be around to
do any netrek stuff in the near future. Before I disappear totally into
the ether, I figured I would mail out the last of the stuff that I have
lying around.
These patches successfully apply against the CVS source tree, but I haven't
even checked if they compile or not.. (I don't have a CVS password, and I
don't have the time to get one - so you guys can apply these, or not.)
First off - some minor fixes. This patch should be applied.
****************************** cut here *******************************
--- daemonII.c Tue Dec 22 12:01:12 1998
+++ /eng/home/koconnor/Server/ntserv/daemonII.c Fri Jul 31 16:39:20 1998
@@ -246,9 +246,9 @@
#define HOSEFUSE2 3000 /* 5 min., was 3 minutes 6/29/92 TC */
#ifndef INL_POP
-#define PLANETSTAGGER 4 /* how many udplanets calls we want */
- /* to replace the original call. #ifdef */
- /* this out for just 1 call. 4/15/92 TC */
+#define PLANETSTAGGER 4 /* how many udplanets calls we want
+ to replace the original call. #ifdef
+ this out for just 1 call. 4/15/92 TC */
#endif
@@ -865,9 +865,9 @@
)
break;
- if ((status->tourn
+ if (status->tourn
#ifdef BASEPRACTICE
- || practice_mode)
+ || practice_mode
#endif
) {
if (j->p_ship.s_type==STARBASE) {
@@ -1645,9 +1645,9 @@
dude= &players[pl];
if (dude->p_ship.s_type == STARBASE) {
- if ((status->tourn
+ if (status->tourn
#ifdef BASEPRACTICE
- || practice_mode)
+ || practice_mode
#endif
)
dude->p_stats.st_sblosses++;
@@ -1676,9 +1676,9 @@
credit_killer = dude;
if (credit_killer->p_ship.s_type == STARBASE) {
- if ((status->tourn
+ if (status->tourn
#ifdef BASEPRACTICE
- || practice_mode)
+ || practice_mode
#endif
)
credit_killer->p_stats.st_sbkills++;
@@ -1707,9 +1707,9 @@
dude= &players[pl];
if (dude->p_ship.s_type == STARBASE) {
- if ((status->tourn
+ if (status->tourn
#ifdef BASEPRACTICE
- || practice_mode)
+ || practice_mode
#endif
)
dude->p_stats.st_sbkills++;
--
------------------------------------------------------------------------
| Kevin O'Connor "BTW, IMHO we need a FAQ for |
| koconnor@cse.buffalo.edu 'IMHO', 'FAQ', 'BTW', etc. !" |
------------------------------------------------------------------------
+
++ Vanilla-l Mailing List ++
To unsubscribe: send "unsubscribe vanilla-l" to majordomo@real-time.com
For more information: http://archives.real-time.com