mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-22 08:50:48 +00:00
fix
This commit is contained in:
parent
6e66e2dcab
commit
798f98b366
1 changed files with 1 additions and 1 deletions
|
@ -2329,7 +2329,7 @@ void target_alert_parseShaders(/*@shared@*/ gentity_t *ent) {
|
|||
Q_strncpyz(buffer, ent->model, strlen(ent->model));
|
||||
txtPtr = buffer;
|
||||
token = COM_Parse(&txtPtr);
|
||||
while(1) {
|
||||
while(qtrue) {
|
||||
if(token == NULL || token[0] == 0) {
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue