Whitespace changes
svn-id: r10390
This commit is contained in:
parent
3854ce8f3d
commit
570e60a487
30 changed files with 1289 additions and 1356 deletions
|
@ -1401,19 +1401,19 @@ void Scumm_v8::o8_kernelGetFunctions() {
|
|||
break;
|
||||
case 0xD3: // getKeyState
|
||||
switch(args[1]) {
|
||||
// Stub out a few specific cases, just to make things less noisy
|
||||
// Stub out a few specific cases, just to make things less noisy
|
||||
|
||||
// To actually implement this, we may need a new OSystem call to do
|
||||
// asyncronous keyboard state checking...
|
||||
case 0x14B: // Left Arrow depressed?
|
||||
case 0x14D: // Right Arrow depressed?
|
||||
case 0x09: // Tab depressed (fire in ship combat)
|
||||
push(0);
|
||||
break;
|
||||
default:
|
||||
warning("getKeyState(0x%X)", args[1]);
|
||||
push(0);
|
||||
break;
|
||||
// To actually implement this, we may need a new OSystem call to do
|
||||
// asyncronous keyboard state checking...
|
||||
case 0x14B: // Left Arrow depressed?
|
||||
case 0x14D: // Right Arrow depressed?
|
||||
case 0x09: // Tab depressed (fire in ship combat)
|
||||
push(0);
|
||||
break;
|
||||
default:
|
||||
warning("getKeyState(0x%X)", args[1]);
|
||||
push(0);
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case 0xCE: // getRGBSlot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue