freebsd-ports/games/megamario/files/patch-src__levels.h
Rusmir Dusko 79a638a61d - USES dos2unix and DOS2UNIX_FILES instead of USE_DOS2UNIX
- Support STAGEDIR
- Break lines around 80 characters
- Disable all warnings with -w
- Recreate patches with make makepatch
2014-01-13 01:08:11 +00:00

11 lines
219 B
C++

--- ./src/levels.h.orig 2014-01-13 00:20:08.000000000 +0100
+++ ./src/levels.h 2014-01-13 00:20:08.000000000 +0100
@@ -8,7 +8,7 @@
#ifndef __LEVELS_H__
#define __LEVELS_H__
-
+#include <limits.h>
class cScene
{