--- deliantra/Deliantra-Client/Client.xs 2006/04/23 21:47:30 1.61 +++ deliantra/Deliantra-Client/Client.xs 2006/04/24 06:05:33 1.63 @@ -42,7 +42,7 @@ #define MAP_EXTEND_X 32 #define MAP_EXTEND_Y 512 -#define MIN_FONT_HEIGHT 8 +#define MIN_FONT_HEIGHT 10 typedef Mix_Chunk *CFClient__MixChunk; typedef Mix_Music *CFClient__MixMusic; @@ -1412,7 +1412,7 @@ CODE: glTranslatef (x, y, z); -void glScale (float x, float y, float z) +void glScale (float x, float y, float z = 1.) CODE: glScalef (x, y, z);