icculus / Serious-Engine

An open source version of a game engine developed by Croteam for the classic Serious Sam games.
GNU General Public License v2.0
164 stars 21 forks source link

Compile error on Linux: unterminated #else #70

Open PaddyMac opened 7 years ago

PaddyMac commented 7 years ago

sstfe.txt

Ah. I don't know much about C++, but I figured it out. The error was introduced by commit ad57104c22af383392de55acb40fe921986b0502 on September 9th. Adding an #endif on line 141 fixed the issue.