projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bd2bdf
)
changed water color in farmesh
author
Perttu Ahola
<celeron55@gmail.com>
Sun, 26 Jun 2011 15:50:43 +0000
(18:50 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Sun, 26 Jun 2011 15:50:43 +0000
(18:50 +0300)
src/farmesh.cpp
patch
|
blob
|
history
diff --git
a/src/farmesh.cpp
b/src/farmesh.cpp
index 72dbe11c21e60305c05fcd4dccf99591f4c8df9a..8f91e3a1ab4ddc427cf05a3032acb04e16549d1c 100644
(file)
--- a/
src/farmesh.cpp
+++ b/
src/farmesh.cpp
@@
-279,7
+279,8
@@
void FarMesh::render()
if(h_avg < WATER_LEVEL*BS && h_max < (WATER_LEVEL+5)*BS)
{
//c = video::SColor(255,59,86,146);
- c = video::SColor(255,82,120,204);
+ //c = video::SColor(255,82,120,204);
+ c = video::SColor(255,74,105,170);
/*// Set to water level
for(u32 i=0; i<4; i++)