WEAPON_SNIPERRIFLE: fix using the wrong crosshair sprite for the scope

This commit is contained in:
Marco Cawthorne 2023-06-28 09:24:05 -07:00
parent 213aa0371f
commit d30501d7f4
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ w_sniperrifle_crosshair(player pl)
);
} else {
Cross_Draw(
g_ofch1_spr,
g_ofch2_spr,
[256,256]
);
}