]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - world.h
Rename qboolean to qbool
[xonotic/darkplaces.git] / world.h
diff --git a/world.h b/world.h
index d1b45a7c65d7f83ddf8ca007ecd9255a85797616..3e4e38817ae775dd1336ecadc1d9fd2d22f76a6c 100644 (file)
--- a/world.h
+++ b/world.h
@@ -42,7 +42,7 @@ typedef struct link_s
 typedef struct world_physics_s
 {
        // for ODE physics engine
-       qboolean ode; // if true then ode is activated
+       qbool ode; // if true then ode is activated
        void *ode_world;
        void *ode_space;
        void *ode_contactgroup;