crrcsim: build with gcc6

This commit is contained in:
Samuel Leathers
2017-09-01 08:56:30 -04:00
parent 86e6e8016d
commit 6bc775cdf6
2 changed files with 17 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
diff --git c/src/mod_video/crrc_animation.cpp i/src/mod_video/crrc_animation.cpp
index ee7d7f4..855b106 100644
--- c/src/mod_video/crrc_animation.cpp
+++ i/src/mod_video/crrc_animation.cpp
@@ -84,7 +84,7 @@ void createAnimation(SimpleXMLTransfer *animation, ssgEntity* model)
else
{
std::cerr << "createAnimation: unknown animation type \'"
- << type << "\'" << std::cerr;
+ << type << "\'" << std::endl;
}
if (anim != NULL)