LASTEXPRESS: Check for invalid cd number in debugger commands

This commit is contained in:
Littleboy 2012-08-19 19:41:25 -04:00
parent 47fa7abbe0
commit 17c051b58c
2 changed files with 44 additions and 19 deletions

View file

@ -87,7 +87,7 @@ private:
void copyCommand(int argc, const char **argv);
int getNumber(const char *arg) const;
void loadArchive(ArchiveIndex index) const;
bool loadArchive(ArchiveIndex index);
void restoreArchive() const;
Debuglet *_command;