mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
fix line duplication
This commit is contained in:
parent
d554b89730
commit
7be959894b
1 changed files with 0 additions and 1 deletions
|
@ -444,7 +444,6 @@ VID_LoadRenderer(void)
|
|||
ri.Vid_GetModeInfo = VID_GetModeInfo;
|
||||
ri.Vid_MenuInit = VID_MenuInit;
|
||||
ri.Vid_WriteScreenshot = VID_WriteScreenshot;
|
||||
ri.Vid_WriteScreenshot = VID_WriteScreenshot;
|
||||
ri.Vid_RequestRestart = VID_RequestRestart;
|
||||
|
||||
// Exchange our export struct with the renderers import struct.
|
||||
|
|
Loading…
Reference in a new issue