mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-11 20:03:11 +00:00
[gamecode] Fix a typo in a comment
This commit is contained in:
parent
e30f2cbacc
commit
d48f76eb57
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ typedef enum prdebug_e {
|
|||
prd_begin, // not sent by VM
|
||||
prd_terminate, // not sent by VM
|
||||
prd_runerror,
|
||||
prd_error, // lower level error thann prd_runerror
|
||||
prd_error, // lower level error than prd_runerror
|
||||
} prdebug_t;
|
||||
|
||||
#endif//__QF_pr_debug_h
|
||||
|
|
Loading…
Reference in a new issue