Skip to content

Commit

Permalink
allow for more light sources
Browse files Browse the repository at this point in the history
I'm capping this to 255 for the moment because we're using it with an uint_8. Can be further increased if we change the uint_8 in lighting.h and lighting.cpp
  • Loading branch information
ThomasChr committed Oct 14, 2021
1 parent e5f5c4e commit d29a32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/lighting.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace devilution {

#define MAXLIGHTS 32
#define MAXLIGHTS 255
#define MAXVISION 32
#define LIGHTSIZE (27 * 256)
#define NO_LIGHT -1
Expand Down

0 comments on commit d29a32d

Please sign in to comment.