diff options
author | rubidium <rubidium@openttd.org> | 2008-06-23 08:49:09 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-06-23 08:49:09 +0000 |
commit | 469ecf4bd2f35f5a02b31e381f1fade90cceba64 (patch) | |
tree | b6d0853c0c910d1faf3b86a5af94016a1e410dad /src | |
parent | 67e610a8a87f213d19498cbfe207d46b51d101d9 (diff) | |
download | openttd-469ecf4bd2f35f5a02b31e381f1fade90cceba64.tar.xz |
(svn r13612) -Fix [FS#2104]: wrong comment of CmdSetAutoReplace. Patch by Yexo.
Diffstat (limited to 'src')
-rw-r--r-- | src/players.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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: |