(svn r273) -Fix: sorry, wrongly fixed
authordarkvater
Thu, 16 Sep 2004 15:21:24 +0000
changeset 267 dc6103ea959d
parent 266 d704fabab036
child 268 00fabd0160bc
(svn r273) -Fix: sorry, wrongly fixed
industry_cmd.c
--- a/industry_cmd.c	Thu Sep 16 15:15:04 2004 +0000
+++ b/industry_cmd.c	Thu Sep 16 15:21:24 2004 +0000
@@ -1596,7 +1596,7 @@
 			} while (--i != 0);
 		} while (--num);
 
-		_current_player = OWNER_NONE;
+		_current_player = old_player;
 	}
 }