Powermanga is an arcade 2D shoot-em-up game with 41 levels and more than 200 sprites. It runs in 320x200 or 640x400 pixels, with Window mode or direct to screen (DGA) and support for 8, 15, 16, 24, and 32 bpp. PR: ports/61931 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
11 lines
498 B
C++
11 lines
498 B
C++
--- src/linuxroutines.cpp.orig Mon Jan 26 09:36:29 2004
|
|
+++ src/linuxroutines.cpp Mon Jan 26 09:37:01 2004
|
|
@@ -449,7 +449,7 @@
|
|
for(const char **p = data_directories;; p++)
|
|
{ char *pathname;
|
|
if(*p == 0)
|
|
- { const char *subdir = "/share/games/powermanga/";
|
|
+ { const char *subdir = "/share/powermanga/";
|
|
pathname=(char *)malloc(strlen(nomprefix) + strlen(subdir) + strlen(name) + 1);
|
|
if(pathname == 0)
|
|
{ fflush(stdout);
|