]> Dogcows Code - chaz/yoink/blobdiff - src/ErrorHandler.cc
finally fixed broken main loop
[chaz/yoink] / src / ErrorHandler.cc
index 07bd6d7d6c1d34330eef9e070ac289cf7e5af0dc..8d0a8d9a1a9cedb1265d2a91385e411f08184541 100644 (file)
@@ -54,6 +54,11 @@ std::string getErrorString(const Mf::Error& error)
                        str += ") could not be found.";
                        return str;
 
+               case Mf::Error::OPENAL_INIT:
+                       str += "The audio library returned an error: ";
+                       str += error.what();
+                       return str;
+
                case Mf::Error::RESOURCE_NOT_FOUND:
                        str += "A required resource (";
                        str += error.what();
This page took 0.01675 seconds and 4 git commands to generate.