diff options
| author | Andrew Kurushin | 2005-01-19 00:02:25 +0000 | 
|---|---|---|
| committer | Andrew Kurushin | 2005-01-19 00:02:25 +0000 | 
| commit | 1b5e5981a62ceef659e19fa7548ca84068246f52 (patch) | |
| tree | 84129c8ccd895113f2a3a3bc147be666e786783c | |
| parent | 9353d54f95baf1e0838850a181bbad8b43761d66 (diff) | |
| download | scummvm-rg350-1b5e5981a62ceef659e19fa7548ca84068246f52.tar.gz scummvm-rg350-1b5e5981a62ceef659e19fa7548ca84068246f52.tar.bz2 scummvm-rg350-1b5e5981a62ceef659e19fa7548ca84068246f52.zip  | |
fixed default verb issue
svn-id: r16597
| -rw-r--r-- | saga/saga.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp index ef2d9dac0e..0ac7b7d6bb 100644 --- a/saga/saga.cpp +++ b/saga/saga.cpp @@ -264,6 +264,7 @@ int SagaEngine::init(GameDetector &detector) {  	}  	_interface->converseInit(); +	_script->setVerb(kVerbWalkTo);  	return 0;  }  | 
