]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_alias.h
made reconnect command reconnect to the last server you were on, even if it was an...
[xonotic/darkplaces.git] / model_alias.h
index 26e6492959f66cf6b9a28eb745a5130bbb414301..272b69c3ce7a2f0d322775e69238bd972a14712a 100644 (file)
@@ -212,7 +212,7 @@ md3modelheader_t;
 typedef struct aliastag_s
 {
        char name[MD3NAME];
-       matrix4x4_t matrix;
+       float matrixgl[12];
 }
 aliastag_t;