clean out some bitrot

This commit is contained in:
Bill Currie 2010-08-23 14:07:54 +09:00
parent b2819cad3c
commit 9f859a53e4
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
@class Waypoint; @class Waypoint;
@class EditorState; @class EditorState;
struct bot_data_t = { struct bot_data_t {
string name; string name;
float pants, shirt; float pants, shirt;
}; };

View file

@ -49,7 +49,7 @@ this notice in its entirety.
@static hashtab_t target_tab; @static hashtab_t target_tab;
struct target_s = { struct target_s {
@defs (Target) @defs (Target)
}; };