diff options
Diffstat (limited to 'engines/sword25/script/script.h')
-rw-r--r-- | engines/sword25/script/script.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/sword25/script/script.h b/engines/sword25/script/script.h index 9ca146026e..04f248fe7e 100644 --- a/engines/sword25/script/script.h +++ b/engines/sword25/script/script.h @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL$ - * $Id$ - * */ /* @@ -57,7 +54,7 @@ public: // ----------------------------------------------------------------------------- /** - * Initialises the scrip tengine. Returns true if successful, false otherwise. + * Initializes the scrip tengine. Returns true if successful, false otherwise. */ virtual bool init() = 0; |