File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,6 @@ OBJS += src/online_optimizations.o
247247# OBJS += src/only_the_host_may_change_gamespeed.o
248248OBJS += src/override_colors.o
249249OBJS += src/paradrop.o
250- OBJS += src/place_building_hotkey.o
251250OBJS += src/radar_event_hacks.o
252251OBJS += src/rage_quit.o
253252OBJS += src/recon_kick.o
@@ -257,7 +256,6 @@ OBJS += src/record_facing_changes_func.o
257256OBJS += src/record_tarcom_changes_func.o
258257OBJS += src/record_override_mission_func.o
259258OBJS += src/reinforcements_player_specific.o
260- OBJS += src/repeat_last_building_hotkey.o
261259OBJS += src/response_time_func.o
262260
263261# Only include in: MOD_TO MOD_TI
@@ -381,6 +379,8 @@ OBJS += src/no_sidecd_mix.o
381379OBJS += src/oil_derricks.o
382380OBJS += src/random_loop_delay.o
383381OBJS += src/remove_16bit_windowed_check.o
382+ OBJS += src/place_building_hotkey.o
383+ OBJS += src/repeat_last_building_hotkey.o
384384
385385# The logger is needed for certain client features
386386ifneq ($(call ifdef_any_of,MOD_DTA MOD_TI MOD_TO MOD_RUBICON MOD_FD MOD_TM TSCLIENT) ,)
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ InfoPanelHotkeysInit()
9999 & TogglePowerCommandClass ,
100100 & WaypointCommandClass ,
101101 & DeleteWayPointCommandClass ,
102- & vtPlaceBuildingCommand ,
103- & vtRepeatBuildingCommand ,
102+ // &vtPlaceBuildingCommand,
103+ // &vtRepeatBuildingCommand,
104104 & CenterBaseCommandClass ,
105105 & SetView1CommandClass ,
106106 & vtShowHelpCommand
You can’t perform that action at this time.
0 commit comments