Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2003-05-20 21:09:55 +0400
committerKent Mein <mein@cs.umn.edu>2003-05-20 21:09:55 +0400
commit6f1905150200fc5ec7b059efc38d511ee96fb64b (patch)
tree1c1bc0c32ec52cea89c68451622a086fe401cbc3 /source/blender/makesdna/DNA_lamp_types.h
parentfeda2db76a30cec7407a680d2c167fda6a43534d (diff)
Slightly Modified version of Kester Maddock's Lamps patch to up the
max from 256 to 32766. I removed the duplicate define and updated the files that needed it. Kent
Diffstat (limited to 'source/blender/makesdna/DNA_lamp_types.h')
-rw-r--r--source/blender/makesdna/DNA_lamp_types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_lamp_types.h b/source/blender/makesdna/DNA_lamp_types.h
index 3e3ca20134a..f9840e97ace 100644
--- a/source/blender/makesdna/DNA_lamp_types.h
+++ b/source/blender/makesdna/DNA_lamp_types.h
@@ -89,9 +89,5 @@ typedef struct Lamp {
/* mapto */
#define LAMAP_COL 1
-
-/* bit isolated... */
-#define MAXLAMP 256
-
#endif