aboutsummaryrefslogtreecommitdiff
path: root/verbs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'verbs.cpp')
-rw-r--r--verbs.cpp22
1 files changed, 2 insertions, 20 deletions
diff --git a/verbs.cpp b/verbs.cpp
index bba4f698d4..066fbb064a 100644
--- a/verbs.cpp
+++ b/verbs.cpp
@@ -15,25 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * Change Log:
- * $Log$
- * Revision 1.5 2001/11/05 19:21:49 strigeus
- * bug fixes,
- * speech in dott
- *
- * Revision 1.4 2001/10/26 17:34:50 strigeus
- * bug fixes, code cleanup
- *
- * Revision 1.3 2001/10/16 10:01:48 strigeus
- * preliminary DOTT support
- *
- * Revision 1.2 2001/10/09 19:02:28 strigeus
- * command line parameter support
- *
- * Revision 1.1.1.1 2001/10/09 14:30:13 strigeus
- *
- * initial revision
- *
+ * $Header$
*
*/
@@ -260,7 +242,7 @@ void Scumm::killVerb(int slot) {
vs->saveid = 0;
}
-void Scumm::setVerbObject(int room, int object, int verb) {
+void Scumm::setVerbObject(uint room, uint object, uint verb) {
int numobj, i;
byte *obimptr;
uint32 imoffs,size;