mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-19 16:00:56 +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_BlendLightmaps();
|
||||
|
||||
R_DrawSkyBox();
|
||||
|
||||
R_DrawTriangleOutlines();
|
||||
|
||||
currententity = NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue