mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- previous fix attempts done right
This commit is contained in:
parent
6dd73e43fd
commit
8d9b4f5a17
3 changed files with 2 additions and 4 deletions
|
@ -53,7 +53,6 @@
|
||||||
#include "a_morph.h"
|
#include "a_morph.h"
|
||||||
#include "g_levellocals.h"
|
#include "g_levellocals.h"
|
||||||
#include "vm.h"
|
#include "vm.h"
|
||||||
#include "zstring.h"
|
|
||||||
|
|
||||||
// [RH] Actually handle the cheat. The cheat code in st_stuff.c now just
|
// [RH] Actually handle the cheat. The cheat code in st_stuff.c now just
|
||||||
// writes some bytes to the network data stream, and the network code
|
// writes some bytes to the network data stream, and the network code
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
#ifndef __M_CHEAT_H__
|
#ifndef __M_CHEAT_H__
|
||||||
#define __M_CHEAT_H__
|
#define __M_CHEAT_H__
|
||||||
|
|
||||||
#include "zstring.h"
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// CHEAT SEQUENCE PACKAGE
|
// CHEAT SEQUENCE PACKAGE
|
||||||
//
|
//
|
||||||
|
|
||||||
// [RH] Functions that actually perform the cheating
|
// [RH] Functions that actually perform the cheating
|
||||||
|
class FString;
|
||||||
class player_t;
|
class player_t;
|
||||||
class PClassActor;
|
class PClassActor;
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
#include "vm.h"
|
#include "vm.h"
|
||||||
#include "scriptutil.h"
|
#include "scriptutil.h"
|
||||||
#include "p_acs.h"
|
#include "p_acs.h"
|
||||||
#include "actor.h"
|
#include "actorinlines.h"
|
||||||
|
|
||||||
|
|
||||||
static TArray<VMValue> parameters;
|
static TArray<VMValue> parameters;
|
||||||
|
|
Loading…
Reference in a new issue