aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
diff options
context:
space:
mode:
authorMax Horn2009-04-27 12:29:51 +0000
committerMax Horn2009-04-27 12:29:51 +0000
commit5881abb213449ad8ac169c4dea729b7e7bca535f (patch)
tree9bd588749495607dbfe4168328834d19dbcf2e82 /engines/sci/sci.cpp
parent3817fbf7d05b7f4f79640681a7a3b01b0e338343 (diff)
downloadscummvm-rg350-5881abb213449ad8ac169c4dea729b7e7bca535f.tar.gz
scummvm-rg350-5881abb213449ad8ac169c4dea729b7e7bca535f.tar.bz2
scummvm-rg350-5881abb213449ad8ac169c4dea729b7e7bca535f.zip
SCI: Removed unused vars; doxygenified some comments; cleanup
svn-id: r40159
Diffstat (limited to 'engines/sci/sci.cpp')
-rw-r--r--engines/sci/sci.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index 2ba95b1937..4fb814e198 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -240,7 +240,6 @@ Common::Error SciEngine::run() {
GfxState gfx_state;
gfx_state.driver = &gfx_driver_scummvm;
- gamestate->port_serial = 0;
gamestate->have_mouse_flag = 1;
gamestate->animation_delay = 5;
gamestate->animation_granularity = 4;