Fix P_DialogPreprocessOpcode not advancing pointer

This commit is contained in:
Lactozilla 2024-01-18 00:08:40 -03:00
parent d710ec1b39
commit 6893601fd5

View file

@ -462,7 +462,7 @@ boolean P_DialogPreprocessOpcode(dialog_t *dialog, UINT8 **cptr, writebuffer_t *
player_t *player = dialog->player;
switch (*code)
switch (*code++)
{
case TP_OP_CHARNAME: {
char charname[SKINNAMESIZE+1];