- scriptified the AltHUD's inventory drawer and fixed the InvPrev CCMD.

This commit is contained in:
Christoph Oelckers 2018-12-02 10:30:56 +01:00
commit 4431ec06fd
3 changed files with 67 additions and 50 deletions

View file

@ -404,7 +404,7 @@ CCMD(invprev)
{
if (who != NULL)
{
IFVM(PlayerPawn, InvNext)
IFVM(PlayerPawn, InvPrev)
{
VMValue param = who;
VMCall(func, &param, 1, nullptr, 0);