fixed some remaining bugs

This commit is contained in:
2018-01-04 12:06:54 +01:00
parent ab2dfe3a76
commit a5d9635cee
5 changed files with 39 additions and 55 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
// fields: name, msg. If msg is NULL, name as string will be used instead.
#define X_ERROR_CODES \
/* Shared errors */ \
X(SUCCESS, NULL) /* operation succeeded / unit loaded */ \
X(SUCCESS, NULL) /* operation succeeded / unit loaded. Must be 0 */ \
X(FAILURE, NULL) /* generic error */ \
X(INTERNAL_ERROR, NULL) /* a bug */ \
X(LOADING, NULL) /* unit is loading */ \