Make spcomp2 cry less

This commit is contained in:
xPaw
2015-03-11 15:19:27 +02:00
parent a25090de4b
commit 0ccb99137a
11 changed files with 307 additions and 152 deletions

View File

@@ -31,7 +31,7 @@ native nvault_open(const name[]);
/* Gets a vault value by returning an int
* setting a byref float or setting a string + maxlength
*/
native nvault_get(vault, const key[], {Float,_}:...);
native nvault_get(vault, const key[], any:...);
/* Looks up a vault value for full information
* Returns 0 if the entry is not found