mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-04 11:00:04 -04:00
Fix editor structures definitions
This commit is contained in:
@@ -45,11 +45,11 @@
|
||||
|
||||
#define ST_LEVEL 0
|
||||
#define ST_GAME 1
|
||||
struct{
|
||||
struct tCompilerInfo{
|
||||
char source_filename[_MAX_PATH];
|
||||
uint8_t script_type;
|
||||
void (*callback)(char *str);
|
||||
}tCompilerInfo;
|
||||
};
|
||||
|
||||
#define CERR_NOERR 0
|
||||
#define CERR_NOCOMPILERDEFINED 1
|
||||
|
||||
Reference in New Issue
Block a user