Added pluto code

This commit is contained in:
ineed bots
2023-09-01 14:57:46 -06:00
parent 30ce0ad8eb
commit 8c36a218de
5 changed files with 48 additions and 4 deletions

View File

@ -437,7 +437,10 @@ namespace codsrc
char* buffer;
int fh;
if (*(*game::fs_game)->current.string || (*game::com_developer)->current.enabled)
// pluto
if (true)
// if (*(*game::fs_game)->current.string || (*game::com_developer)->current.enabled)
//
{
*game::statmon_related_bool = 1;
if (game::FS_FOpenFileByMode(filename, &fh, game::FS_READ) < 0)