diff options
author | Travis Howell | 2006-01-27 00:50:27 +0000 |
---|---|---|
committer | Travis Howell | 2006-01-27 00:50:27 +0000 |
commit | 0ce3f9ff35eca3eedb8bc7f90b01eb05994407b3 (patch) | |
tree | a183bda32d01c8d2ef4afa3697e1dfdefcff0b9d /scumm/scumm.h | |
parent | e370d8525419c8b9e47b423384b1169602cc6bb4 (diff) | |
download | scummvm-rg350-0ce3f9ff35eca3eedb8bc7f90b01eb05994407b3.tar.gz scummvm-rg350-0ce3f9ff35eca3eedb8bc7f90b01eb05994407b3.tar.bz2 scummvm-rg350-0ce3f9ff35eca3eedb8bc7f90b01eb05994407b3.zip |
Resource modified status always cleared when nuked.
svn-id: r20203
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r-- | scumm/scumm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index 82278dc595..06fa8dcc0e 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -352,7 +352,6 @@ public: bool isLocked(int type, int i) const; void setModified(int type, int i); - void setUnModified(int type, int i); bool isModified(int type, int i) const; void setResourceCounter(int type, int index, byte flag); |