Very minor changes..

This commit is contained in:
Joseph Carter 2000-02-21 00:43:03 +00:00
parent b4112d0eca
commit 7f08f5eadc
2 changed files with 2 additions and 2 deletions

View file

@ -632,7 +632,7 @@ void Draw_ConsoleBackground (int lines)
#ifdef QUAKEWORLD
char ver[] = "QuakeForge (QuakeWorld) " QF_VERSION;
#else
char ver[] = "QuakeForge (\"Quack\" Commemorative Edition) " QF_VERSION;
char ver[] = "QuackForge (Special Edition) " QF_VERSION;
#endif
conback = Draw_CachePic ("gfx/conback.lmp");

View file

@ -816,7 +816,7 @@ void Draw_ConsoleBackground (int lines)
#ifdef QUAKEWORLD
char ver[] = "QuakeForge (QuakeWorld) " QF_VERSION;
#else
char ver[] = "QuakeForge (\"Quack\" Commemorative Edition) " QF_VERSION;
char ver[] = "QuackForge (Special Edition) " QF_VERSION;
#endif
int x, i;
int y;