- separated all voxel related resource maintenance code from r_things.cpp and r_data.cpp into its own file.

SVN r3246 (trunk)
This commit is contained in:
Christoph Oelckers 2011-07-04 20:22:55 +00:00
commit 7308e05ed0
11 changed files with 716 additions and 621 deletions

View file

@ -63,6 +63,7 @@
#include "v_palette.h"
#include "r_sky.h"
#include "menu/menu.h"
#include "resources/voxels.h"
IMPLEMENT_ABSTRACT_CLASS (DCanvas)
@ -1318,7 +1319,6 @@ void DFrameBuffer::RenderView(player_t *player)
//
//
//==========================================================================
extern TDeletingArray<FVoxel *> Voxels;
void DFrameBuffer::RemapVoxels()
{