freebsd-ports/games/megamario/files/patch-src-player.cpp
Jason Helfman 1e00f52e12 - add new port: games/megamario
Mega Mario is a Super Mario Bros. 1 clone.
It features everything the original features - with better graphics,
higher resolution, smoother movement and new levels.
The story of mario and Luigi continues in old-school style.

WWW: http://www.megamario.de/

PR:		167893
Submitted by:	nemysis@gmx.ch
Feature safe:	yes
2012-11-30 19:07:41 +00:00

12 lines
247 B
C++

--- src/player.cpp.orig 2012-05-05 20:22:06.000000000 +0200
+++ src/player.cpp 2012-05-05 21:08:10.000000000 +0200
@@ -10,7 +10,9 @@
#include "Global.h"
//#include <Math.h>
+#ifndef M_PI
#define M_PI 3.141592654
+#endif
#define JUMPS 12