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

@@ -149,7 +149,7 @@ except:
# used to figure out what files to compile
render_modes = ['normal', 'overlay', 'lighting', 'night', 'spawn', 'cave', 'mineral']
render_modes = ['normal', 'overlay', 'lighting', 'night', 'smooth-lighting', 'spawn', 'cave', 'mineral']
c_overviewer_files = ['main.c', 'composite.c', 'iterate.c', 'endian.c', 'rendermodes.c']
c_overviewer_files += map(lambda mode: 'rendermode-%s.c' % (mode,), render_modes)