mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-02 03:31:48 +00:00
fix two typos
This commit is contained in:
parent
b4687ec0d6
commit
ef11020481
@ -278,8 +278,9 @@ sub run_nfa($$$$$$)
|
||||
{
|
||||
my $def = $progs->{globaldef_byoffset}->($func);
|
||||
last
|
||||
if $def->{debugname} eq 'error';
|
||||
if $def->{debugname} eq '_error';
|
||||
}
|
||||
$ip += 1;
|
||||
}
|
||||
elsif($c->{isjump})
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user