diff options
Diffstat (limited to 'engines/tsage/debugger.h')
-rw-r--r-- | engines/tsage/debugger.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/tsage/debugger.h b/engines/tsage/debugger.h index a34bb1ef0a..3c14cd7bed 100644 --- a/engines/tsage/debugger.h +++ b/engines/tsage/debugger.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$ - * */ #ifndef TSAGE_DEBUGGER_H @@ -46,7 +43,7 @@ protected: bool Cmd_ListObjects(int argc, const char **argv); bool Cmd_MoveObject(int argc, const char **argv); - bool Cmd_Item(int argc, const char **argv); + bool Cmd_Hotspots(int argc, const char **argv); }; } // End of namespace tSage |