Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
13 lines
504 B
Diff
13 lines
504 B
Diff
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)
|