Skip to content
Snippets Groups Projects
Commit 6893601f authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Fix P_DialogPreprocessOpcode not advancing pointer

parent d710ec1b
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment