- previous fix attempts done right

This commit is contained in:
alexey.lysiuk 2018-12-01 09:44:14 +02:00
parent 6dd73e43fd
commit 8d9b4f5a17
3 changed files with 2 additions and 4 deletions

View File

@ -53,7 +53,6 @@
#include "a_morph.h"
#include "g_levellocals.h"
#include "vm.h"
#include "zstring.h"
// [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

View File

@ -1,13 +1,12 @@
#ifndef __M_CHEAT_H__
#define __M_CHEAT_H__
#include "zstring.h"
//
// CHEAT SEQUENCE PACKAGE
//
// [RH] Functions that actually perform the cheating
class FString;
class player_t;
class PClassActor;

View File

@ -29,7 +29,7 @@
#include "vm.h"
#include "scriptutil.h"
#include "p_acs.h"
#include "actor.h"
#include "actorinlines.h"
static TArray<VMValue> parameters;