mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
Update old test for new syntax.
This commit is contained in:
parent
75aa28cfac
commit
d2da3b8246
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
#define IT_LIGHTNING 0x000040
|
#define IT_LIGHTNING 0x000040
|
||||||
#define IT_EXTRA_WEAPON 0x000080
|
#define IT_EXTRA_WEAPON 0x000080
|
||||||
string foo = "oo";
|
string foo = "oo";
|
||||||
vector (integer wep)
|
vector (int wep)
|
||||||
weapon_range =
|
weapon_range =
|
||||||
{
|
{
|
||||||
switch (wep) {
|
switch (wep) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue