mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-26 22:40:50 +00:00
Rename gl_speeds to r_speeds.
This commit is contained in:
parent
679e556b4f
commit
be569dcaba
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ replacement_t replacements[] = {
|
|||
{"gl_lerpmodels", "r_lerpmodels"},
|
||||
{"gl_lightlevel", "r_lightlevel"},
|
||||
{"gl_norefresh", "r_norefresh"},
|
||||
{"gl_novis", "r_novis"}
|
||||
{"gl_novis", "r_novis"},
|
||||
{"gl_speeds", "r_speeds"}
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue