[Scummvm-cvs-logs] CVS: scummvm/sky/compacts 75comp.h,1.7,1.8
Robert G?ffringmann
lavosspawn at users.sourceforge.net
Tue Jul 1 15:22:03 CEST 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sky autoroute.cpp,1.10,1.11 control.cpp,1.7,1.8 control.h,1.5,1.6 logic.cpp,1.107,1.108 sky.cpp,1.67,1.68 sky.h,1.35,1.36
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sky/compacts savedata.cpp,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/sky/compacts
In directory sc8-pr-cvs1:/tmp/cvs-serv20267/sky/compacts
Modified Files:
75comp.h
Log Message:
bass is completable now.
Index: 75comp.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/75comp.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- 75comp.h 9 Jun 2003 16:38:47 -0000 1.7
+++ 75comp.h 1 Jul 2003 22:21:20 -0000 1.8
@@ -83,6 +83,38 @@
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 @@
C_BASE_MODE, // mode
SC75_CONSOLE_LOGIC, // baseSub
0, // baseSub_off
- 0
+ &sc75_console_ext
};
uint16 sc75_get_tongs[] = {
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sky autoroute.cpp,1.10,1.11 control.cpp,1.7,1.8 control.h,1.5,1.6 logic.cpp,1.107,1.108 sky.cpp,1.67,1.68 sky.h,1.35,1.36
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sky/compacts savedata.cpp,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list