newgrf.c
changeset 4434 a08cb4b5c179
parent 4381 c97b8f5119ad
child 4504 1c238774d1b0
--- a/newgrf.c	Mon Aug 28 12:57:33 2006 +0000
+++ b/newgrf.c	Mon Aug 28 18:53:03 2006 +0000
@@ -1640,8 +1640,8 @@
 static void FeatureMapSpriteGroup(byte *buf, int len)
 {
 	/* <03> <feature> <n-id> <ids>... <num-cid> [<cargo-type> <cid>]... <def-cid>
-	 * id-list	:= [<id>] [id-list]
-	 * cargo-list	:= <cargo-type> <cid> [cargo-list]
+	 * id-list    := [<id>] [id-list]
+	 * cargo-list := <cargo-type> <cid> [cargo-list]
 	 *
 	 * B feature       see action 0
 	 * B n-id          bits 0-6: how many IDs this definition applies to