diff options
| author | Robert Göffringmann | 2003-07-01 22:21:20 +0000 |
|---|---|---|
| committer | Robert Göffringmann | 2003-07-01 22:21:20 +0000 |
| commit | 665ab4a8d9bcc5c4176351f208958449d0907b63 (patch) | |
| tree | 4c3fc61fc5d537917776e710163730bb92d15fa7 /sky/compacts | |
| parent | ffaeb5424fca2eba2528f8c2d9db674d47f03395 (diff) | |
| download | scummvm-rg350-665ab4a8d9bcc5c4176351f208958449d0907b63.tar.gz scummvm-rg350-665ab4a8d9bcc5c4176351f208958449d0907b63.tar.bz2 scummvm-rg350-665ab4a8d9bcc5c4176351f208958449d0907b63.zip | |
bass is completable now.
svn-id: r8691
Diffstat (limited to 'sky/compacts')
| -rw-r--r-- | sky/compacts/75comp.h | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/sky/compacts/75comp.h b/sky/compacts/75comp.h index 62b3b58455..fc2ac0f70e 100644 --- a/sky/compacts/75comp.h +++ b/sky/compacts/75comp.h @@ -83,6 +83,38 @@ uint16 sc75_usecard[] = { 0 }; +ExtCompact sc75_console_ext = { + 0, // actionSub + 0, // actionSub_off + 0, // getToSub + 0, // getToSub_off + 0, // extraSub + 0, // extraSub_off + 0, // dir + 0, // stopScript + 0, // miniBump + 0, // leaving + 0, // atWatch + 0, // atWas + 0, // alt + 0, // request + 0, // spWidth_xx + 0, // spColour + 0, // spTextId + 0, // spTime + 0, // arAnimIndex + 0, // turnProg + 0, // waitingFor + 0, // arTarget_x + 0, // arTarget_y + 0, // animScratch + 0, // megaSet + 0, + 0, + 0, + 0 +}; + Compact sc75_console = { L_SCRIPT, // logic ST_MOUSE+ST_LOGIC+ST_BACKGROUND, // status @@ -112,7 +144,7 @@ Compact sc75_console = { C_BASE_MODE, // mode SC75_CONSOLE_LOGIC, // baseSub 0, // baseSub_off - 0 + &sc75_console_ext }; uint16 sc75_get_tongs[] = { |
