summaryrefslogtreecommitdiffstats
path: root/src/common/error_ids.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/error_ids.h')
-rw-r--r--src/common/error_ids.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common/error_ids.h b/src/common/error_ids.h
index b17a018..fc1f7d6 100644
--- a/src/common/error_ids.h
+++ b/src/common/error_ids.h
@@ -14,6 +14,9 @@
// * You should have received a copy of the GNU General Public License
// * along with this program. If not, see http://www.gnu.org/licenses/.
+
+// TODO: move to global.h after restext rewrite
+
#pragma once
enum Error
@@ -23,8 +26,6 @@ enum Error
ERR_CONTINUE = 2, // continues
ERR_STOP = 3, // stops
ERR_CMD = 4, // unknown command
- ERR_INSTALL = 20, // incorrectly installed program
- ERR_NOCD = 21, // CD not found
ERR_MANIP_VEH = 100, // inappropriate vehicle
ERR_MANIP_FLY = 101, // impossible in flight
ERR_MANIP_BUSY = 102, // taking: hands already occupied