mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-04 19:20:43 +00:00
- added Shadow Warrior files to CMake project - not compiled yet.
This commit is contained in:
parent
1104065b47
commit
70004665fd
128 changed files with 558 additions and 19 deletions
|
@ -28,6 +28,7 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
|
|||
Removed sounds that were causing "Could
|
||||
not load" error messages.
|
||||
****************************************/
|
||||
#include "ns.h"
|
||||
|
||||
#include "build.h"
|
||||
|
||||
|
@ -42,6 +43,8 @@ not load" error messages.
|
|||
#include "sounds.h"
|
||||
#include "network.h"
|
||||
|
||||
BEGIN_SW_NS
|
||||
|
||||
// Run the game with the -CACHEPRINT option and redirect to a file.
|
||||
// It will save out the tile and sound number every time one caches.
|
||||
//
|
||||
|
@ -726,3 +729,4 @@ precache(void)
|
|||
}
|
||||
|
||||
|
||||
END_SW_NS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue