]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.h
sys: prevent loops in signal handlers
[xonotic/darkplaces.git] / host.h
diff --git a/host.h b/host.h
index 89ea1f11947ac0dd5038d5e432d19971d7b4b099..986b3224fb460f9cc37cb1f34bcbc7fe83fbf707 100644 (file)
--- a/host.h
+++ b/host.h
@@ -24,6 +24,7 @@ typedef enum host_state_e
        host_init,
        host_loading,
        host_active,
+       host_failing, ///< crashing
        host_failed ///< crashed or aborted, SDL dialog open
 } host_state_t;