]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Error.hh
finally fixed broken main loop
[chaz/yoink] / src / Moof / Error.hh
index 6dab32ffd07e14e93d8cbad3a6bc0620be5e4f7e..86b8a120bdb1b0635153a8a2190d0e3e1b13ad32 100644 (file)
@@ -43,9 +43,11 @@ public:
 
        enum Code
        {
-               NONE = 0,
+               UNINITIALIZED = -1,                     // -
+               NONE = 0,                                       // -
                ALC_INIT,                                       // description
                FASTEVENTS_INIT,                        // description
+               OPENAL_INIT,                            // description
                FILE_NOT_FOUND,                         // path of missing file
                RESOURCE_NOT_FOUND,                     // name of missing resource
                SCRIPT_ERROR,                           // description
This page took 0.017627 seconds and 4 git commands to generate.