Blob Blame History Raw
--- plee-the-bear/lib/src/ptb/item/mini-game/code/sequencer.cpp.orig	2016-12-23 14:14:50.295722532 +0100
+++ plee-the-bear/lib/src/ptb/item/mini-game/code/sequencer.cpp	2016-12-23 14:15:59.680725994 +0100
@@ -600,7 +600,7 @@
         if ( line[0] != '#' )
           {
             std::istringstream iss(line);
-            result = ( iss >> t.duration >> t.width );
+            result = bool( iss >> t.duration >> t.width );
           }
 
       ++n;