mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-21 19:41:25 +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 EditorState;
|
||||
|
||||
struct bot_data_t = {
|
||||
struct bot_data_t {
|
||||
string name;
|
||||
float pants, shirt;
|
||||
};
|
||||
|
|
|
@ -49,7 +49,7 @@ this notice in its entirety.
|
|||
|
||||
@static hashtab_t target_tab;
|
||||
|
||||
struct target_s = {
|
||||
struct target_s {
|
||||
@defs (Target)
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue