1
0
mirror of https://bitbucket.org/s_l_teichmann/mtsatellite synced 2025-06-26 21:30:46 +02:00

Added color for mummy spawner.

This commit is contained in:
Sascha L. Teichmann 2014-09-11 02:37:48 +02:00
parent d08fcbbe9e
commit 9890b8b8c7
2 changed files with 1 additions and 1 deletions

@ -1998,6 +1998,7 @@ poisonivy:seedling 127 190 34
poisonivy:sproutling 111 166 30
pyramids:deco_stone2 255 255 255
pyramids:deco_stone3 255 255 255
pyramids:spawner_mummy 255 255 255
pyramids:trap 200 183 143
pyramids:trap_2 200 183 143
signs:sign_post 117 86 41

@ -44,7 +44,6 @@ func NewRenderer(xOfs, zOfs int16, width, height int) (renderer *Renderer) {
return
}
//func (r *Renderer) minY(x, z int16) (minY int32) {
func (r *Renderer) minY(ofs, w int) (minY int32) {
minY = int32(math.MaxInt32)
for yEnd := ofs + w<<4; ofs < yEnd; {