mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-29 04:32:17 +00:00
Linux Compat and some updated PARANOIA code
This was SVN commit r1189.
This commit is contained in:
@@ -397,7 +397,7 @@ JSBool getLanguageID(JSContext* cx, JSObject* UNUSEDPARAM(globalObject), unsigne
|
||||
return JS_TRUE;
|
||||
}
|
||||
|
||||
extern "C" extern int fps;
|
||||
extern "C" int fps;
|
||||
JSBool getFPS(JSContext* UNUSEDPARAM(cx), JSObject* UNUSEDPARAM(globalObject), unsigned int UNUSEDPARAM(argc), jsval* UNUSEDPARAM(argv), jsval* rval)
|
||||
{
|
||||
*rval = INT_TO_JSVAL(fps);
|
||||
|
||||
Reference in New Issue
Block a user