Merge pull request #477 from ShFil119/mingw

Try to make code working on more platforms
This commit is contained in:
shfil 2020-04-20 19:50:12 +02:00 committed by GitHub
commit 7794cca429
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
90 changed files with 1107 additions and 1051 deletions

View file

@ -1,7 +1,6 @@
#pragma once
enum eLevelName
{
enum eLevelName {
LEVEL_IGNORE = -1, // beware, this is only used in CPhysical's m_nZoneLevel
LEVEL_NONE = 0,
LEVEL_INDUSTRIAL,