File tree 2 files changed +4
-4
lines changed
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
247
247
# OBJS += src/only_the_host_may_change_gamespeed.o
248
248
OBJS += src/override_colors.o
249
249
OBJS += src/paradrop.o
250
- OBJS += src/place_building_hotkey.o
251
250
OBJS += src/radar_event_hacks.o
252
251
OBJS += src/rage_quit.o
253
252
OBJS += src/recon_kick.o
@@ -257,7 +256,6 @@ OBJS += src/record_facing_changes_func.o
257
256
OBJS += src/record_tarcom_changes_func.o
258
257
OBJS += src/record_override_mission_func.o
259
258
OBJS += src/reinforcements_player_specific.o
260
- OBJS += src/repeat_last_building_hotkey.o
261
259
OBJS += src/response_time_func.o
262
260
263
261
# Only include in: MOD_TO MOD_TI
@@ -381,6 +379,8 @@ OBJS += src/no_sidecd_mix.o
381
379
OBJS += src/oil_derricks.o
382
380
OBJS += src/random_loop_delay.o
383
381
OBJS += src/remove_16bit_windowed_check.o
382
+ OBJS += src/place_building_hotkey.o
383
+ OBJS += src/repeat_last_building_hotkey.o
384
384
385
385
# The logger is needed for certain client features
386
386
ifneq ($(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()
99
99
& TogglePowerCommandClass ,
100
100
& WaypointCommandClass ,
101
101
& DeleteWayPointCommandClass ,
102
- & vtPlaceBuildingCommand ,
103
- & vtRepeatBuildingCommand ,
102
+ // &vtPlaceBuildingCommand,
103
+ // &vtRepeatBuildingCommand,
104
104
& CenterBaseCommandClass ,
105
105
& SetView1CommandClass ,
106
106
& vtShowHelpCommand
You can’t perform that action at this time.
0 commit comments