- 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:
parent
4626492f50
commit
7308e05ed0
11 changed files with 716 additions and 621 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue