]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - data/qcsrc/menu/voret/rootdialog.c
Tweak the system sound to use 0.5 as the default volume, instead of 1.0. This allows...
[voretournament/voretournament.git] / data / qcsrc / menu / voret / rootdialog.c
1 #ifdef INTERFACE\r
2 CLASS(VoretRootDialog) EXTENDS(VoretDialog)\r
3         // still to be customized by user\r
4         /*\r
5         ATTRIB(VoretDialog, closable, float, 1)\r
6         ATTRIB(VoretDialog, title, string, "Form1") // ;)\r
7         ATTRIB(VoretDialog, color, vector, '1 0.5 1')\r
8         ATTRIB(VoretDialog, intendedWidth, float, 0)\r
9         ATTRIB(VoretDialog, rows, float, 3)\r
10         ATTRIB(VoretDialog, columns, float, 2)\r
11         */\r
12         METHOD(VoretRootDialog, close, void(entity))\r
13 ENDCLASS(VoretRootDialog)\r
14 #endif\r
15 \r
16 #ifdef IMPLEMENTATION\r
17 void closeVoretRootDialog(entity me)\r
18 {\r
19         m_goto(string_null);\r
20 }\r
21 #endif\r