mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-10 07:11:51 +00:00
fix a couple compile errors pointed out by yurko@planner.to
This commit is contained in:
parent
84d74a916e
commit
b352eb54f7
1 changed files with 2 additions and 2 deletions
|
@ -1711,12 +1711,12 @@ void() Engineer_AutoUse =
|
|||
else
|
||||
sprint(self, PRINT_HIGH, "\n");
|
||||
|
||||
self.menu = MENU_ENGINEER_FIX_DISPENSER
|
||||
self.current_menu = MENU_ENGINEER_FIX_DISPENSER;
|
||||
self.menu_count = MENU_REFRESH_RATE;
|
||||
} else if (self.building.classname == "building_sentrygun") {
|
||||
Menu_EngineerFix_SentryGun_Input(1);
|
||||
|
||||
self.menu = MENU_ENGINEER_FIX_SENTRYGUN;
|
||||
self.current_menu = MENU_ENGINEER_FIX_SENTRYGUN;
|
||||
self.menu_count = MENU_REFRESH_RATE;
|
||||
self.building = targ;
|
||||
|
||||
|
|
Loading…
Reference in a new issue