mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 17:11:32 +00:00
Oops setting wrong members
This commit is contained in:
parent
464317dc4b
commit
bc36414434
1 changed files with 6 additions and 4 deletions
|
@ -39,9 +39,11 @@ void() main = {
|
|||
|
||||
time = 10;
|
||||
|
||||
self.nextthink = stand1;
|
||||
print("Setting think\n");
|
||||
self.think = stand1;
|
||||
|
||||
self.nextthink();
|
||||
self.nextthink();
|
||||
self.nextthink();
|
||||
print("Running think\n");
|
||||
self.think();
|
||||
self.think();
|
||||
self.think();
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue