- rename src/resources to src/r_data.

SVN r3254 (trunk)
This commit is contained in:
Christoph Oelckers 2011-07-06 07:35:36 +00:00
commit 5c6fd66ed5
40 changed files with 43 additions and 43 deletions

View file

@ -49,7 +49,7 @@
#include "v_video.h"
#include "m_fixed.h"
#include "textures/textures.h"
#include "resources/colormaps.h"
#include "r_data/colormaps.h"
// On the Alpha, accessing the shorts directly if they aren't aligned on a
// 4-byte boundary causes unaligned access warnings. Why it does this at