- The mouse is no longer grabbed at all unless you're actually in a level,

since I couldn't think of any reason why it should be grabbed at any other
  time. (This only applies to windowed mode, where it makes sense to let the
  OS have control of the pointer.)


SVN r661 (trunk)
This commit is contained in:
Randy Heit 2008-01-02 05:21:48 +00:00
commit 59c8faa7df
11 changed files with 607 additions and 515 deletions

View file

@ -305,7 +305,7 @@ void C_InitConsole (int width, int height, bool ingame)
if (conback <= 0)
{
conback = TexMan.GetTexture (gameinfo.titlePage, FTexture::TEX_MiscPatch);
conshade = MAKEARGB(120,0,0,0);
conshade = MAKEARGB(175,0,0,0);
conline = true;
}
else