Don't stare directly at the player, its creepy
This commit is contained in:
parent
b94b47abb5
commit
9a14e4c08c
1 changed files with 1 additions and 1 deletions
|
|
@ -2243,7 +2243,7 @@ void F_StartWaitingPlayers(void)
|
|||
for (i = 0; i < 2; i++)
|
||||
{
|
||||
sprframe = &sprdef->spriteframes[i];
|
||||
driver[i] = W_CachePatchNum(sprframe->lumppat[0], PU_CACHE);
|
||||
driver[i] = W_CachePatchNum(sprframe->lumppat[1], PU_CACHE);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue