diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-03-16 04:07:41 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-03-16 04:07:41 +0000 |
commit | b930369fb3d7a944dc0d38363a0833a5f75347f1 (patch) | |
tree | ff2684d16b938aef50b02751b7bf657e68df4288 | |
parent | c9f5767464c0f20d3fb9628b30a797b3369fb100 (diff) | |
download | ports-b930369fb3d7a944dc0d38363a0833a5f75347f1.tar.gz ports-b930369fb3d7a944dc0d38363a0833a5f75347f1.zip |
Notes
-rw-r--r-- | games/54321/files/patch-code::main.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/54321/files/patch-code::main.cpp b/games/54321/files/patch-code::main.cpp new file mode 100644 index 000000000000..67ba1d47be41 --- /dev/null +++ b/games/54321/files/patch-code::main.cpp @@ -0,0 +1,11 @@ +--- code/main.cpp.orig Mon Mar 15 23:00:40 2004 ++++ code/main.cpp Mon Mar 15 23:00:50 2004 +@@ -29,7 +29,7 @@ + #include "life.h" + #include "lifeController.h" + extern "C" int +- SDL_main( int argc, char** argv ) ++ main( int argc, char** argv ) + { + unsigned int initFlags = 0; + initFlags |= SDL_INIT_VIDEO; |