mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-08 14:37:09 +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);
|
my $def = $progs->{globaldef_byoffset}->($func);
|
||||||
last
|
last
|
||||||
if $def->{debugname} eq 'error';
|
if $def->{debugname} eq '_error';
|
||||||
}
|
}
|
||||||
|
$ip += 1;
|
||||||
}
|
}
|
||||||
elsif($c->{isjump})
|
elsif($c->{isjump})
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user