mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-02 01:42:12 +00:00
REFACTOR [a vs an]
From /dev/humancontroller.
This commit is contained in:
parent
4bd24d3182
commit
f3e7012bdb
27 changed files with 39 additions and 39 deletions
|
@ -879,7 +879,7 @@ int PS_ReadToken(script_t *script, token_t *token)
|
|||
{
|
||||
if (!PS_ReadString(script, token, '\"')) return 0;
|
||||
} //end if
|
||||
//if an literal
|
||||
//if a literal
|
||||
else if (*script->script_p == '\'')
|
||||
{
|
||||
//if (!PS_ReadLiteral(script, token)) return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue