mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 23:31:50 +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
|
||||
"PUSHED", // Mobj was already pushed this tic
|
||||
"SPRUNG", // Mobj was already sprung this tic
|
||||
"APPLYPMOMZ" // Platform movement
|
||||
"APPLYPMOMZ", // Platform movement
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue