fix a couple compile errors pointed out by yurko@planner.to

This commit is contained in:
Bill Currie 2004-01-05 22:07:24 +00:00
parent 84d74a916e
commit b352eb54f7

View file

@ -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;