mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-29 23:21:58 +00:00
Fixed typo in previous commit.
This commit is contained in:
parent
9a2146c1da
commit
0d3e377a75
1 changed files with 1 additions and 1 deletions
|
@ -1167,7 +1167,7 @@ void M_AdjustSliders (int dir)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
Vid_ExtraOptionCmd(options_cursor);
|
VID_ExtraOptionCmd(options_cursor);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue