]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - keys.h
fix two more fs_gamedir mixups (loading saved games should now work, as well as video...
[xonotic/darkplaces.git] / keys.h
diff --git a/keys.h b/keys.h
index fcd39ce41ede714d8bcaf322da30d95b9364d7b9..37141c0b3e1255f1e162981fb4cdc8068d48a303 100644 (file)
--- a/keys.h
+++ b/keys.h
@@ -151,7 +151,7 @@ extern keydest_t key_dest;
 
 void Key_Event (int key, qboolean down);
 void Key_Init (void);
-void Key_WriteBindings (QFile *f);
+void Key_WriteBindings (qfile_t *f);
 void Key_SetBinding (int keynum, char *binding);
 void Key_ClearStates (void);