mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-28 15:02:01 +00:00
- fixed typo in FraggleScript item class list
This commit is contained in:
parent
6d4eb7f62d
commit
993b6c3066
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ static const char * const ActorNames_init[]=
|
||||||
"RocketAmmo",
|
"RocketAmmo",
|
||||||
"RocketBox",
|
"RocketBox",
|
||||||
"Cell",
|
"Cell",
|
||||||
"CellBox",
|
"CellPack",
|
||||||
"Shell",
|
"Shell",
|
||||||
"ShellBox",
|
"ShellBox",
|
||||||
"Backpack",
|
"Backpack",
|
||||||
|
|
Loading…
Reference in a new issue