mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fix typo
This commit is contained in:
parent
880acf9120
commit
23f776d3c7
1 changed files with 1 additions and 1 deletions
|
@ -1044,7 +1044,7 @@ qboolean TIKI_ParseSetup(dloaddef_t *ld)
|
|||
if (*token != '/' && *token != '\\') {
|
||||
Q_strcat(ld->tikiFile.currentScript->path, sizeof(ld->tikiFile.currentScript->path), "/");
|
||||
}
|
||||
} else if (!Q_stricmp(token, "orgin")) {
|
||||
} else if (!Q_stricmp(token, "origin")) {
|
||||
tmpVec[0] = ld->tikiFile.GetFloat(false);
|
||||
tmpVec[1] = ld->tikiFile.GetFloat(false);
|
||||
tmpVec[2] = ld->tikiFile.GetFloat(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue