@@ -26,7 +26,7 @@
|
||||
|
||||
// increment this value if you've made a change to the c extesion
|
||||
// and want to force users to rebuild
|
||||
#define OVERVIEWER_EXTENSION_VERSION 32
|
||||
#define OVERVIEWER_EXTENSION_VERSION 33
|
||||
|
||||
/* Python PIL, and numpy headers */
|
||||
#include <Python.h>
|
||||
|
||||
@@ -250,6 +250,9 @@ base_draw(void *data, RenderState *state, PyObject *src, PyObject *mask, PyObjec
|
||||
/* don't use biomes, just use the default */
|
||||
temp = biome_table[DEFAULT_BIOME].temperature;
|
||||
rain = biome_table[DEFAULT_BIOME].rainfall;
|
||||
multr = biome_table[DEFAULT_BIOME].r;
|
||||
multg = biome_table[DEFAULT_BIOME].g;
|
||||
multb = biome_table[DEFAULT_BIOME].b;
|
||||
}
|
||||
|
||||
/* second coordinate is actually scaled to fit inside the triangle
|
||||
|
||||
Reference in New Issue
Block a user