mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-20 09:11:01 +00:00
Disable writethings as it's not possible to use it currently.
This commit is contained in:
parent
b949c61fe0
commit
967616f1dd
1 changed files with 2 additions and 0 deletions
|
@ -1459,11 +1459,13 @@ void OP_ObjectplaceMovement(player_t *player)
|
|||
//
|
||||
void Command_Writethings_f(void)
|
||||
{
|
||||
CONS_Printf("Writethings is currently unsupported due to the UDMF rework.\n"); /*
|
||||
REQUIRE_INLEVEL;
|
||||
REQUIRE_SINGLEPLAYER;
|
||||
REQUIRE_OBJECTPLACE;
|
||||
|
||||
P_WriteThings(W_GetNumForName(G_BuildMapName(gamemap)) + ML_THINGS);
|
||||
*/
|
||||
}
|
||||
|
||||
void Command_ObjectPlace_f(void)
|
||||
|
|
Loading…
Reference in a new issue