mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-14 17:01:07 +00:00
Fix P_DialogPreprocessOpcode not advancing pointer
This commit is contained in:
parent
d710ec1b39
commit
6893601fd5
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ boolean P_DialogPreprocessOpcode(dialog_t *dialog, UINT8 **cptr, writebuffer_t *
|
||||||
|
|
||||||
player_t *player = dialog->player;
|
player_t *player = dialog->player;
|
||||||
|
|
||||||
switch (*code)
|
switch (*code++)
|
||||||
{
|
{
|
||||||
case TP_OP_CHARNAME: {
|
case TP_OP_CHARNAME: {
|
||||||
char charname[SKINNAMESIZE+1];
|
char charname[SKINNAMESIZE+1];
|
||||||
|
|
Loading…
Reference in a new issue