Finally!!
[supertux.git] / src / menu.h
index 50d459d..969b30d 100644 (file)
@@ -59,6 +59,7 @@ private:
   // position of the menu (ie. center of the menu, not top/left)
   int pos_x;
   int pos_y;
+  bool has_backitem;
   
   Menu* last_menu;
   int width();
@@ -142,4 +143,4 @@ void menu_process_current(void);
 
 /* Local Variables: */
 /* mode: c++ */
-/* End */
+/* End: */