0

stub smooth-lighting mode (does nothing special, for now)

This commit is contained in:
Aaron Griffith
2011-10-11 19:59:33 -04:00
parent e7e0f526ea
commit 3a090f77f5
4 changed files with 77 additions and 1 deletions

View File

@@ -190,6 +190,13 @@ typedef struct {
} RenderModeNight;
extern RenderModeInterface rendermode_night;
/* SMOOTH LIGHTING */
typedef struct {
/* inherits from lighting */
RenderModeLighting parent;
} RenderModeSmoothLighting;
extern RenderModeInterface rendermode_smooth_lighting;
/* SPAWN */
typedef struct {
/* inherits from overlay */