Fix an ISO-C++ problem.
This commit is contained in:
parent
fa119a8137
commit
8b0f08704f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25455
1 changed files with 11 additions and 0 deletions
11
games/xbill/files/patch-ae
Normal file
11
games/xbill/files/patch-ae
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Cable.h.orig Thu Jan 23 08:22:49 1997
|
||||
+++ Cable.h Tue Jan 11 23:39:25 2000
|
||||
@@ -13,7 +13,7 @@
|
||||
void setup();
|
||||
void draw();
|
||||
void update();
|
||||
- onspark (int locx, int locy);
|
||||
+ int onspark (int locx, int locy);
|
||||
|
||||
};
|
||||
|
Loading…
Reference in a new issue