f8fa82a27d
Upstream PR: https://github.com/stuntrally/stuntrally/pull/18 We had until now CXXFLAGS_gcc=-Wno-narrowing, but it looks like this was incorrect because it did not fix the original issue. PR: 242272 Approved by: linimon (mentor), amdmi3 (maintainer)
11 lines
343 B
C
11 lines
343 B
C
--- source/editor/CApp.h.orig 2019-11-27 17:44:26 UTC
|
|
+++ source/editor/CApp.h
|
|
@@ -137,7 +137,7 @@ class App : public BaseApp, (public)
|
|
float Size,Intens,Pow,Fq,NOf;
|
|
int Oct; EBrShape shape;
|
|
float Filter,HSet;
|
|
- char newLine; Ogre::String name;
|
|
+ signed char newLine; Ogre::String name;
|
|
};
|
|
|
|
const static int brSetsNum = 87;
|