(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:
@@ -1910,7 +1910,7 @@ void VpSelectTilesWithMethod(int x, int y, int method)
|
||||
}
|
||||
|
||||
// allow drag in any rail direction
|
||||
if (method == VPM_RAILDIRS) {
|
||||
if (method == VPM_RAILDIRS || method == VPM_SIGNALDIRS) {
|
||||
CalcRaildirsDrawstyle(thd, x, y);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user