mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-13 07:57:23 +00:00
Fix window titles and crap, thanks woekele for pointing this out.
This commit is contained in:
parent
c1875302c2
commit
37bda478f9
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#ifndef SVN_VERSION
|
#ifndef SVN_VERSION
|
||||||
#define SVN_VERSION Q3_VERSION
|
#define SVN_VERSION Q3_VERSION
|
||||||
#endif
|
#endif
|
||||||
#define CLIENT_WINDOW_TITLE "icculus.org/quake3"
|
#define CLIENT_WINDOW_TITLE "ioquake3"
|
||||||
#define CLIENT_WINDOW_ICON "ioq3"
|
#define CLIENT_WINDOW_ICON "ioq3"
|
||||||
#define CONSOLE_WINDOW_TITLE "icculus.org/quake3 console"
|
#define CONSOLE_WINDOW_TITLE "ioquake3 console"
|
||||||
#define CONSOLE_WINDOW_ICON "ioq3 console"
|
#define CONSOLE_WINDOW_ICON "ioq3 console"
|
||||||
// 1.32 released 7-10-2002
|
// 1.32 released 7-10-2002
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue