mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Do not turn stack address into a global variable
This commit is contained in:
parent
36a41f9746
commit
41a704a13e
1 changed files with 2 additions and 2 deletions
|
@ -1208,10 +1208,10 @@ R_DrawWorld ( void )
|
||||||
|
|
||||||
R_DrawTextureChains();
|
R_DrawTextureChains();
|
||||||
R_BlendLightmaps();
|
R_BlendLightmaps();
|
||||||
|
|
||||||
R_DrawSkyBox();
|
R_DrawSkyBox();
|
||||||
|
|
||||||
R_DrawTriangleOutlines();
|
R_DrawTriangleOutlines();
|
||||||
|
|
||||||
|
currententity = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue