(svn r59) -Feature: Added Autosignals, just like Autorail. Can copy signal style, convert signal<->semaphore, etc. Big thanks to betatesters Dribbel and Testman57 (Darkvater)

This commit is contained in:
darkvater
2004-08-15 20:23:42 +00:00
parent 69b09ef302
commit 3fe3a023e5
10 changed files with 204 additions and 32 deletions

View File

@@ -53,6 +53,7 @@ enum {
VPM_RAILDIRS = 3,
VPM_X_AND_Y = 4,
VPM_X_AND_Y_LIMITED = 5,
VPM_SIGNALDIRS = 6,
};
void VpSelectTilesWithMethod(int x, int y, int method);