mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 13:56:21 +00:00
Rename LEVEL_NONE to LEVEL_GENERIC
This commit is contained in:
@ -489,7 +489,7 @@ CheckDataNotCorrupt(int32 slot, char *name)
|
||||
char filename[100];
|
||||
|
||||
int32 blocknum = 0;
|
||||
eLevelName level = LEVEL_NONE;
|
||||
eLevelName level = LEVEL_GENERIC;
|
||||
CheckSum = 0;
|
||||
uint32 bytes_processed = 0;
|
||||
sprintf(filename, "%s%i%s", DefaultPCSaveFileName, slot + 1, ".b");
|
||||
|
Reference in New Issue
Block a user