mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
Fix comma error.
This commit is contained in:
parent
fc649ce195
commit
36cf4c1bd2
1 changed files with 1 additions and 1 deletions
|
@ -7204,7 +7204,7 @@ static const char *const MOBJEFLAG_LIST[] = {
|
||||||
"GOOWATER", // Goo water
|
"GOOWATER", // Goo water
|
||||||
"PUSHED", // Mobj was already pushed this tic
|
"PUSHED", // Mobj was already pushed this tic
|
||||||
"SPRUNG", // Mobj was already sprung this tic
|
"SPRUNG", // Mobj was already sprung this tic
|
||||||
"APPLYPMOMZ" // Platform movement
|
"APPLYPMOMZ", // Platform movement
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue