Move variables closer to their correct location

This commit is contained in:
Magnus Norddahl 2016-12-30 06:15:10 +01:00
commit 775deeb151
8 changed files with 12 additions and 11 deletions

View file

@ -69,7 +69,7 @@
#include "p_maputl.h"
#include "r_voxel.h"
#include "r_draw_segment.h"
#include "r_portal_segment.h"
#include "r_portal.h"
#include "swrenderer\r_memory.h"
EXTERN_CVAR(Bool, st_scale)