aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/game.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2009-04-03 08:10:58 +0000
committerFilippos Karapetis2009-04-03 08:10:58 +0000
commitc4e054848e8c21aa982d32b1eca9daafbd904a55 (patch)
treec0391ea0d4d09f955cc522c86ced3d38a04b7b6d /engines/sci/engine/game.cpp
parentfaa252391c7bcc2c482f5ac9617ac0205ebdd353 (diff)
downloadscummvm-rg350-c4e054848e8c21aa982d32b1eca9daafbd904a55.tar.gz
scummvm-rg350-c4e054848e8c21aa982d32b1eca9daafbd904a55.tar.bz2
scummvm-rg350-c4e054848e8c21aa982d32b1eca9daafbd904a55.zip
Changed some references from "FreeSCI" to "SCI" or "ScummVM"
svn-id: r39807
Diffstat (limited to 'engines/sci/engine/game.cpp')
-rw-r--r--engines/sci/engine/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/game.cpp b/engines/sci/engine/game.cpp
index 400626844e..3da6caa54d 100644
--- a/engines/sci/engine/game.cpp
+++ b/engines/sci/engine/game.cpp
@@ -228,7 +228,7 @@ int game_init_graphics(EngineState *s) {
#ifdef CUSTOM_GRAPHICS_OPTIONS
#ifndef WITH_PIC_SCALING
if (s->gfx_state->options->pic0_unscaled == 0)
- warning("Pic scaling was disabled; your version of FreeSCI has no support for scaled pic drawing built in.");
+ warning("Pic scaling was disabled; your version of ScummVM has no support for scaled pic drawing built in.");
s->gfx_state->options->pic0_unscaled = 1;
#endif