mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Fix a missing return.
Yay, I've wanted this feature in qfcc for many years :).
This commit is contained in:
parent
adeef4a4eb
commit
5a7650e54a
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
{
|
||||
print ("Hello world\n");
|
||||
printf ("%i %p\n", self, &self.x);
|
||||
return self;
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue