Update old test for new syntax.

This commit is contained in:
Bill Currie 2012-05-04 11:04:58 +09:00
parent 75aa28cfac
commit d2da3b8246

View file

@ -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) {