mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-29 02:24:53 -04:00
rewrite gpathtable and path resolution
This commit is contained in:
parent
ccebc91f0d
commit
4a0c7d4fd0
125 changed files with 889 additions and 901 deletions
|
@ -4,7 +4,7 @@
|
|||
#include <stdio.h>
|
||||
/*#include "..\types.h"*/
|
||||
#include "pcx.h"
|
||||
#include <memman.h>
|
||||
#include <libs/memman.h>
|
||||
/*#include "..\bgraph.h"*/
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
||||
"Pou‘it¡: 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue