]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.h
sys: improve error and crash handling
[xonotic/darkplaces.git] / host.h
diff --git a/host.h b/host.h
index 61182b5242c1140449824f6488854c03f3c4a780..78bd8083f5ffaacc1ed1d898505559688c6209d1 100644 (file)
--- a/host.h
+++ b/host.h
@@ -23,7 +23,8 @@ typedef enum host_state_e
        host_shutdown,
        host_init,
        host_loading,
-       host_active
+       host_active,
+       host_failed ///< crashed or aborted, SDL dialog open
 } host_state_t;
 
 typedef struct host_static_s