mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-04 11:11:04 +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
|
@ -24,6 +24,7 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
|
|||
*/
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
#include "ns.h"
|
||||
//#define MAIN
|
||||
#define QUIET
|
||||
#include "build.h"
|
||||
|
@ -41,6 +42,8 @@ Prepared for public release: 03/28/2005 - Charlie Wiederhold, 3D Realms
|
|||
#include "network.h"
|
||||
//#include "symutil.h"
|
||||
|
||||
BEGIN_SW_NS
|
||||
|
||||
SWBOOL PredictionOn = TRUE;
|
||||
SWBOOL Prediction = FALSE;
|
||||
PLAYER PredictPlayer;
|
||||
|
@ -226,3 +229,4 @@ CorrectPrediction(int actualfifoplc)
|
|||
}
|
||||
}
|
||||
|
||||
END_SW_NS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue