fix to the previous commit
authorPerttu Ahola <celeron55@gmail.com>
Sat, 23 Apr 2011 15:59:23 +0000 (18:59 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Sat, 23 Apr 2011 15:59:23 +0000 (18:59 +0300)
src/main.cpp

index 5349310d614558ae73705a458cf17bd78b4f46b0..0426b6a49dd7fa03a2c34c1ba2717b3f8cac2d1b 100644 (file)
@@ -162,6 +162,8 @@ SUGG: Draw cubes in inventory directly with 3D drawing commands, so that
 SUGG: Option for enabling proper alpha channel for textures\r
 TODO: A setting for enabling bilinear filtering for textures\r
 \r
+TODO: Better control of draw_control.wanted_max_blocks\r
+\r
 Configuration:\r
 --------------\r
 \r
@@ -1412,7 +1414,7 @@ int main(int argc, char *argv[])
 #ifdef NDEBUG\r
                catch(std::exception &e)\r
                {\r
-                       narrow_message = "Some exception, what()=\"";\r
+                       std::string narrow_message = "Some exception, what()=\"";\r
                        narrow_message += e.what();\r
                        narrow_message += "\"";\r
                        dstream<<DTIME<<narrow_message<<std::endl;\r