rewrite gpathtable and path resolution

This commit is contained in:
Ondřej Novák 2025-01-30 22:39:52 +01:00
parent ccebc91f0d
commit 4a0c7d4fd0
125 changed files with 889 additions and 901 deletions

View file

@ -4,7 +4,7 @@
#include <stdio.h>
/*#include "..\types.h"*/
#include "pcx.h"
#include <memman.h>
#include <libs/memman.h>
/*#include "..\bgraph.h"*/

View file

@ -3,9 +3,9 @@
#include <malloc.h>
#include <mem.h>
#include <math.h>
#include <types.h>
#include <memman.h>
#include <bgraph.h>
#include <libs/types.h>
#include <libs/memman.h>
#include <libs/bgraph.h>
#include "..\game\engine1.h"
#include "pcx.h"
@ -254,7 +254,7 @@ void help()
{
printf("ONS Podlahar (C)1997 \n"
"\n"
"Pouit¡: PODLAHY <obrazek1.pcx> <obrazek2.pcx> <rv> <gv> <bv> \n"
"Pou<EFBFBD>it<EFBFBD>: PODLAHY <obrazek1.pcx> <obrazek2.pcx> <rv> <gv> <bv> \n"
"\n"
"<obrazek1.pcx> <obrazek2.pcx>\n"
" soubory s texturami ve formatu pcx. Textura musi mit velikost 500x320\n\n"