Skip to content

Commit 05a9342

Browse files
author
CppAndre
committed
Fixed typo
1 parent c5c8a34 commit 05a9342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/gamesys/SysCvar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ idCVar pr_freeze("PR_Freeze", "0", CVAR_GAME | CVAR_BOOL, "Completley freezes th
5151

5252
idCVar pr_autocmd_show("PR_AutoCmd_Show", "0", CVAR_GAME | CVAR_INTEGER, "Display autocmd zones, Note that developer must be set to 1");
5353

54-
idCVar pr_log("pr_log", "1", CVAR_GAME | CVAR_BOOL | CVAR_ARCHIVE, "Log PreyRun output to file");
54+
idCVar pr_log("PR_Log", "1", CVAR_GAME | CVAR_BOOL | CVAR_ARCHIVE, "Log PreyRun output to file");
5555
idFile* pr_logfile;
5656

5757
// HUD BEGIN

0 commit comments

Comments
 (0)