* Change window title
This commit is contained in:
parent
4f55e9f989
commit
f63472025f
5 changed files with 11 additions and 14 deletions
|
@ -26,7 +26,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
// q_shared.h -- included first by ALL program modules.
|
||||
// A user mod should never modify this file
|
||||
|
||||
#define Q3_VERSION "ioQ3 1.34-rc1"
|
||||
#define Q3_VERSION "ioq3 1.33"
|
||||
#define CLIENT_WINDOW_TITLE "icculus.org/quake3"
|
||||
#define CLIENT_WINDOW_ICON "ioq3"
|
||||
#define CONSOLE_WINDOW_TITLE "icculus.org/quake3 console"
|
||||
#define CONSOLE_WINDOW_ICON "ioq3 console"
|
||||
// 1.32 released 7-10-2002
|
||||
|
||||
#define MAX_TEAMNAME 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue