diff options
author | Filippos Karapetis | 2009-04-03 08:10:58 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-04-03 08:10:58 +0000 |
commit | c4e054848e8c21aa982d32b1eca9daafbd904a55 (patch) | |
tree | c0391ea0d4d09f955cc522c86ced3d38a04b7b6d /engines/sci/gfx | |
parent | faa252391c7bcc2c482f5ac9617ac0205ebdd353 (diff) | |
download | scummvm-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/gfx')
-rw-r--r-- | engines/sci/gfx/gfx_tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/gfx/gfx_tools.h b/engines/sci/gfx/gfx_tools.h index 4d3c047bf7..5425febe0f 100644 --- a/engines/sci/gfx/gfx_tools.h +++ b/engines/sci/gfx/gfx_tools.h @@ -23,7 +23,7 @@ * */ -/* FreeSCI 0.3.1+ graphics subsystem helper functions */ +/* SCI 0.3.1+ graphics subsystem helper functions */ #ifndef SCI_GFX_GFX_TOOLS_H |