- finally got rid of SWBOOL.

This commit is contained in:
Christoph Oelckers 2020-09-09 20:32:24 +02:00
parent e044582aef
commit 2ffb6a3580
51 changed files with 369 additions and 410 deletions

View file

@ -47,7 +47,7 @@ BEGIN_SW_NS
// It will save out the tile and sound number every time one caches.
//
// sw -map $bullet -cacheprint > foofile
extern SWBOOL PreCaching;
extern bool PreCaching;
void PreCacheTable(short table[], int num);
void PreCacheGhost(void);