src/window.h
changeset 8230 7b40f75cba12
parent 8041 63e760418a15
child 8384 cda01fb6ec2a
--- a/src/window.h	Mon Oct 15 18:36:20 2007 +0000
+++ b/src/window.h	Mon Oct 15 19:59:27 2007 +0000
@@ -390,9 +390,10 @@
 };
 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(smallmap_d));
 
+/* player face selection window */
 struct facesel_d {
-	uint32 face;
-	byte gender;
+	PlayerFace face; // player face bits
+	bool advanced;   // advance player face selection window
 };
 assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(facesel_d));