Try to build with mingw

This commit is contained in:
Filip Gawin 2020-04-19 18:34:08 +02:00
commit 370c4e48cd
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,