0

Working cave rendermode without tinting.

This commit is contained in:
Alejandro Aguilera
2011-04-13 19:53:03 +02:00
parent bbf52a77ae
commit b89ea8db8c
5 changed files with 221 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ static RenderModeInterface *render_modes[] = {
&rendermode_lighting,
&rendermode_night,
&rendermode_spawn,
&rendermode_cave,
NULL
};