tavli

diff src/game.h @ 19:37dead56f01e

fixed shadows
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 29 Jun 2015 06:18:45 +0300
parents 986c0b76513f
children c3fbf9616dbd
line diff
     1.1 --- a/src/game.h	Mon Jun 29 01:29:36 2015 +0300
     1.2 +++ b/src/game.h	Mon Jun 29 06:18:45 2015 +0300
     1.3 @@ -4,6 +4,7 @@
     1.4  extern int win_width, win_height;
     1.5  extern unsigned int sdr_phong, sdr_phong_notex;
     1.6  extern unsigned int sdr_shadow, sdr_shadow_notex;
     1.7 +extern unsigned int sdr_unlit;
     1.8  extern unsigned long cur_time;
     1.9  
    1.10  extern bool wireframe;