X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fmenu%2Fmenu.qh;h=641ddf7d19df20db49ad73d707a74197cf427ad5;hb=834876e6b179cf33ce95102ba25faf754e9a8773;hp=de4224b934b327f20db496198212903dc15817ad;hpb=05c3c6e3a6abe0b8989243e21a55eadc0a65ec4a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/menu.qh b/qcsrc/menu/menu.qh index de4224b93..641ddf7d1 100644 --- a/qcsrc/menu/menu.qh +++ b/qcsrc/menu/menu.qh @@ -26,8 +26,6 @@ entity main; void m_hide(); void m_display(); void m_goto(string name); -void m_goto_skin_selector(); -void m_goto_video_settings(); .string name; entity keyGrabber; @@ -41,4 +39,4 @@ float preMenuInit(); // you have to define this for pre-menu initialization. Ret void preMenuDraw(); // this is run before the menu is drawn. You may put some stuff there that has to be done every frame. void postMenuDraw(); // this is run just after the menu is drawn (or not). Useful to draw something over everything else. -float highlightedPanel; +void m_sync();