Build error on Linux
Closed this issue · 2 comments
MiroslavR commented
../src/WeatherManager.cpp:5:10: fatal error: 'Cvars.h' file not found
#include "Cvars.h"
^~~~~~~~~
Changing it to #include "cvars.h"
solves the issue.
BTW, can I ask what this weather stuff is all about? Is it to support the Snowball City mod? I don't recall the original game having weather.
codenamecpp commented
Fixed.
I was just messing around with particles and thought it was good idea to add some simple weather effects like snow or rain. It is optional and disabled by default.
MiroslavR commented
Ah, okay. The snowfall effect in Snowball City is unrelated then. I've just checked and Carnage3D does support it (because it's probably just animated sprites in the highest layer of the map). Anyway, thanks for the fix.