(svn r127) New feature: ingame console. (sign_de)

Press tab to open the console, more info in docs/console.txt
This commit is contained in:
dominik
2004-08-24 08:34:28 +00:00
parent 7efcc84512
commit e2f627a22e
11 changed files with 992 additions and 19 deletions

4
gfx.c
View File

@@ -1920,9 +1920,9 @@ void SetAnimatedMouseCursor(const uint16 *table)
}
bool ChangeResInGame(int w, int h)
{
{
if ((_screen.width != w || _screen.height != h) && !_video_driver->change_resolution(w, h))
return false;
return false;
_cur_resolution[0] = w;
_cur_resolution[1] = h;