From 469ecf4bd2f35f5a02b31e381f1fade90cceba64 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 23 Jun 2008 08:49:09 +0000 Subject: (svn r13612) -Fix [FS#2104]: wrong comment of CmdSetAutoReplace. Patch by Yexo. --- src/players.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/players.cpp') diff --git a/src/players.cpp b/src/players.cpp index 3eda2ee4c..5a976197e 100644 --- a/src/players.cpp +++ b/src/players.cpp @@ -674,7 +674,7 @@ static void DeletePlayerStuff(PlayerID pi) * if p1 = 2, then * - p2 = minimum amount of money available * if p1 = 3, then: - * - p1 bits 8-15 = engine group + * - p1 bits 16-31 = engine group * - p2 bits 0-15 = old engine type * - p2 bits 16-31 = new engine type * if p1 = 4, then: -- cgit v1.2.3-54-g00ecf