projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a066ea
)
rnd-20030413-4-src
author
Holger Schemel
<info@artsoft.org>
Sun, 13 Apr 2003 17:18:07 +0000
(19:18 +0200)
committer
Holger Schemel
<info@artsoft.org>
Sat, 30 Aug 2014 08:41:10 +0000
(10:41 +0200)
src/conftime.h
patch
|
blob
|
history
src/main.h
patch
|
blob
|
history
diff --git
a/src/conftime.h
b/src/conftime.h
index eb689e1d7de825a5c75280c27336b28997f38382..07345deb5bc22a3885d507a48e05adc82ed915a9 100644
(file)
--- a/
src/conftime.h
+++ b/
src/conftime.h
@@
-1
+1
@@
-#define COMPILE_DATE_STRING "[2003-04-13 1
8:2
6]"
+#define COMPILE_DATE_STRING "[2003-04-13 1
9:1
6]"
diff --git
a/src/main.h
b/src/main.h
index e5de8657c43e9dee0d1bf0b28c3e431a540527be..d92af3dcbc4342dd34aa68af4d45fd5513922ee4 100644
(file)
--- a/
src/main.h
+++ b/
src/main.h
@@
-103,7
+103,7
@@
#define NUM_ELEMENT_PROPERTIES 38
-#define NUM_EP_BITFIELDS (
NUM_ELEMENT_PROPERTIES
/ 32)
+#define NUM_EP_BITFIELDS (
(NUM_ELEMENT_PROPERTIES + 31)
/ 32)
#define EP_BITFIELD_BASE 0
#define PROPERTY_BIT(p) (1 << ((p) % 32))