mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-22 12:01:26 +00:00
clean out some bitrot
This commit is contained in:
parent
b2819cad3c
commit
9f859a53e4
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue