equal
deleted
inserted
replaced
371 if (thd->drawstyle == HT_RECT) { // one tile case |
371 if (thd->drawstyle == HT_RECT) { // one tile case |
372 GenericPlaceSignals(TileVirtXY(thd->selend.x, thd->selend.y)); |
372 GenericPlaceSignals(TileVirtXY(thd->selend.x, thd->selend.y)); |
373 return; |
373 return; |
374 } |
374 } |
375 |
375 |
376 SB(p2, 3, 1, _ctrl_pressed); |
376 /* XXX Steal ctrl for autosignal function, until we get some GUI */ |
|
377 SB(p2, 3, 1, 0); |
377 SB(p2, 4, 1, _cur_year < _patches.semaphore_build_before); |
378 SB(p2, 4, 1, _cur_year < _patches.semaphore_build_before); |
|
379 SB(p2, 6, 1, _ctrl_pressed); |
378 SB(p2, 24, 8, _patches.drag_signals_density); |
380 SB(p2, 24, 8, _patches.drag_signals_density); |
379 |
381 |
380 /* _patches.drag_signals_density is given as a parameter such that each user |
382 /* _patches.drag_signals_density is given as a parameter such that each user |
381 * in a network game can specify his/her own signal density */ |
383 * in a network game can specify his/her own signal density */ |
382 DoCommandP( |
384 DoCommandP( |