{$IFDEF ENABLE_CORPSES}
g_corpses,
{$ENDIF}
- g_textures, e_input, g_game, g_player, g_items,
+ e_input, g_game, g_player, g_items,
SysUtils, g_basic, g_options, Math, e_res,
g_language, g_net, g_netmsg, e_log, conbuf, g_weapons,
Keyboard;
AddCommand('version', ConsoleCommands);
AddCommand('d_window', DebugCommands);
- AddCommand('d_sounds', DebugCommands);
- AddCommand('d_frames', DebugCommands);
AddCommand('d_winmsg', DebugCommands);
AddCommand('d_monoff', DebugCommands);
AddCommand('d_botoff', DebugCommands);
//SetLength(ConsoleHistory, Length(ConsoleHistory)+1);
//ConsoleHistory[High(ConsoleHistory)] := L;
-
- (*
-{$IFDEF HEADLESS}
- e_WriteLog('CON: ' + L, MSG_NOTIFY);
-{$ENDIF}
- *)
end;