diff options
author | Robert Göffringmann | 2005-12-13 15:07:19 +0000 |
---|---|---|
committer | Robert Göffringmann | 2005-12-13 15:07:19 +0000 |
commit | 67d640b214d099761ced51aff67c8c55a8f395ae (patch) | |
tree | 7926f191801f77170de9038950a6d2c042779341 /sky | |
parent | f74b5711a6b55d59e0a6010e592783936f4fef59 (diff) | |
download | scummvm-rg350-67d640b214d099761ced51aff67c8c55a8f395ae.tar.gz scummvm-rg350-67d640b214d099761ced51aff67c8c55a8f395ae.tar.bz2 scummvm-rg350-67d640b214d099761ced51aff67c8c55a8f395ae.zip |
forgot to remove this
svn-id: r19793
Diffstat (limited to 'sky')
-rw-r--r-- | sky/sky.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp index f88ee27cbd..74b5f1d0b3 100644 --- a/sky/sky.cpp +++ b/sky/sky.cpp @@ -249,8 +249,6 @@ int SkyEngine::go() { if (_debugger->isAttached()) _debugger->onFrame(); - int32 frameTime = (int32)_system->getMillis(); - if (shouldPerformAutoSave(_lastSaveTime)) { if (_skyControl->loadSaveAllowed()) { _lastSaveTime = _system->getMillis(); |