if(notif.nent_challow_var && (warmup_stage || (notif.nent_challow_var == 2)))
{
- switch(cvar_string(sprintf("notification_%s", notif.nent_name)))
+ switch(cvar(sprintf("notification_%s", notif.nent_name)))
{
case 1: found_choice = notif.nent_optiona; break;
case 2: found_choice = notif.nent_optionb; break;
(trace_ent.vehicle_flags & VHF_ISVEHICLE) ||
(trace_ent.turrcaps_flags & TFL_TURRCAPS_ISTURRET) ||
(trace_ent.takedamage == DAMAGE_TARGETDRONE)
- ) { trace_ent = world; }
+ )) { trace_ent = world; }
}
if(self.lock_target == world && trace_ent != world)