Skip to content

Commit 278051f

Browse files
committed
Disable place_building_hotkey and repeat_last_building_hotkey for Vinifera builds
1 parent b2d5376 commit 278051f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ OBJS += src/online_optimizations.o
247247
#OBJS += src/only_the_host_may_change_gamespeed.o
248248
OBJS += src/override_colors.o
249249
OBJS += src/paradrop.o
250-
OBJS += src/place_building_hotkey.o
251250
OBJS += src/radar_event_hacks.o
252251
OBJS += src/rage_quit.o
253252
OBJS += src/recon_kick.o
@@ -257,7 +256,6 @@ OBJS += src/record_facing_changes_func.o
257256
OBJS += src/record_tarcom_changes_func.o
258257
OBJS += src/record_override_mission_func.o
259258
OBJS += src/reinforcements_player_specific.o
260-
OBJS += src/repeat_last_building_hotkey.o
261259
OBJS += src/response_time_func.o
262260

263261
# Only include in: MOD_TO MOD_TI
@@ -381,6 +379,8 @@ OBJS += src/no_sidecd_mix.o
381379
OBJS += src/oil_derricks.o
382380
OBJS += src/random_loop_delay.o
383381
OBJS += 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
386386
ifneq ($(call ifdef_any_of,MOD_DTA MOD_TI MOD_TO MOD_RUBICON MOD_FD MOD_TM TSCLIENT),)

src/hotkey_help.c

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)