From 859074d1e59a25ba5c6c0847c7426040fa49c03f Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 1 Feb 2020 11:30:01 +0100 Subject: 20200201.1 global branch merge. Signed-off-by: Matteo Bernardini --- games/crrcsim/fix_bug.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 games/crrcsim/fix_bug.patch (limited to 'games/crrcsim/fix_bug.patch') diff --git a/games/crrcsim/fix_bug.patch b/games/crrcsim/fix_bug.patch new file mode 100644 index 0000000000..b8eadeece9 --- /dev/null +++ b/games/crrcsim/fix_bug.patch @@ -0,0 +1,12 @@ +diff -ru crrcsim-0.9.13.old/src/mod_video/crrc_animation.cpp crrcsim-0.9.13/src/mod_video/crrc_animation.cpp +--- crrcsim-0.9.13.old/src/mod_video/crrc_animation.cpp 2016-04-10 09:57:14.000000000 -0700 ++++ crrcsim-0.9.13/src/mod_video/crrc_animation.cpp 2018-10-30 16:13:09.055770007 -0700 +@@ -84,7 +84,7 @@ + else + { + std::cerr << "createAnimation: unknown animation type \'" +- << type << "\'" << std::cerr; ++ << type << "\'" << std::endl; + } + + if (anim != NULL) -- cgit v1.2.3