]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/speedquantizer.h
Fix critical block logic
[r2c2.git] / source / libr2c2 / speedquantizer.h
index d6dc1acd02cb0ebdc8fab126105d3213a6dea49f..c1189675bc0a6a8b4e668d5254aa6b2638dc3198 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2011  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef LIBR2C2_SPEEDQUANTIZER_H_
 #define LIBR2C2_SPEEDQUANTIZER_H_
 
@@ -36,6 +29,7 @@ private:
        };
 
        std::vector<SpeedStep> steps;
+       float weight_limit;
 
 public:
        SpeedQuantizer(unsigned);