aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorJonathan Gray2003-02-18 00:13:24 +0000
committerJonathan Gray2003-02-18 00:13:24 +0000
commitd5e8f369a21e02d2390c05c9f4eba2854392fdae (patch)
treeb4d7101d7c7f206b713a3a7771900e11d0244ef1 /scumm/intern.h
parentc86cc94deb0e072f007c475f259c58ca42bb2c23 (diff)
downloadscummvm-rg350-d5e8f369a21e02d2390c05c9f4eba2854392fdae.tar.gz
scummvm-rg350-d5e8f369a21e02d2390c05c9f4eba2854392fdae.tar.bz2
scummvm-rg350-d5e8f369a21e02d2390c05c9f4eba2854392fdae.zip
change getDateTime to be a v6 opcode, and hopefully not break anything
svn-id: r6619
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index df71a11d7b..23f47d887e 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -371,6 +371,7 @@ protected:
void o6_deleteFile();
void o6_findAllObjects();
void o6_pickVarRandom();
+ void o6_getDateTime();
};
class Scumm_v7 : public Scumm_v6
@@ -434,7 +435,6 @@ protected:
void o8_startVideo();
void o8_kernelSetFunctions();
void o8_kernelGetFunctions();
- void o8_getDateTime();
void o8_getActorChore();
@@ -446,13 +446,6 @@ protected:
void o8_getStringWidth();
- /* V8 Scumm Vars */
- byte VAR_TIMEDATE_YEAR;
- byte VAR_TIMEDATE_MONTH;
- byte VAR_TIMEDATE_DAY;
- byte VAR_TIMEDATE_HOUR;
- byte VAR_TIMEDATE_MINUTE;
- byte VAR_TIMEDATE_SECOND;
};