diff options
author | Colin Snover | 2016-11-23 10:23:49 -0600 |
---|---|---|
committer | Colin Snover | 2016-12-03 12:21:56 -0600 |
commit | 770bd66cbc71e0702418ba40d94402a1572f3290 (patch) | |
tree | 05c8c8c74f38aa1f9828e8acbbb502e7aaa84371 | |
parent | 12b2bc408f3b482132c4d6bf713ebc674c22f183 (diff) | |
download | scummvm-rg350-770bd66cbc71e0702418ba40d94402a1572f3290.tar.gz scummvm-rg350-770bd66cbc71e0702418ba40d94402a1572f3290.tar.bz2 scummvm-rg350-770bd66cbc71e0702418ba40d94402a1572f3290.zip |
SCI: Update engine status comment
-rw-r--r-- | engines/sci/sci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h index 7d248906cf..a36ae001f4 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -35,7 +35,7 @@ struct ADGameDescription; /** * This is the namespace of the SCI engine. * - * Status of this engine: ??? + * Status of this engine: Awesome * * Games using this engine: * - Newer Sierra adventure games (based on FreeSCI) |