mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-04 19:20:43 +00:00
- finally got rid of SWBOOL.
This commit is contained in:
parent
e044582aef
commit
2ffb6a3580
51 changed files with 369 additions and 410 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue