Cube  Diff

Differences From Artifact [230a66c274]:

To Artifact [279400f849]:


1
2
3
4
5
6
7

8
9
10
11
12
13
14
// worldlight.cpp

#include "cube.h"

#import "DynamicEntity.h"
#import "Entity.h"
#import "Monster.h"


extern bool hasoverbright;

VAR(lightscale, 1, 4, 100);

// done in realtime, needs to be fast
void







>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// worldlight.cpp

#include "cube.h"

#import "DynamicEntity.h"
#import "Entity.h"
#import "Monster.h"
#import "Variable.h"

extern bool hasoverbright;

VAR(lightscale, 1, 4, 100);

// done in realtime, needs to be fast
void