mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +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_EXTRA_WEAPON 0x000080
|
||||
string foo = "oo";
|
||||
vector (integer wep)
|
||||
vector (int wep)
|
||||
weapon_range =
|
||||
{
|
||||
switch (wep) {
|
||||
|
|
Loading…
Reference in a new issue