mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-27 17:27:55 +03:00
Compatibility fix: varGetNumof command
It returns the number of variables in System39.ain.
This commit is contained in:
+1
-1
@@ -1446,7 +1446,7 @@ void commands2F84() {
|
||||
void commands2F85() {
|
||||
int *vResult = getCaliVariable();
|
||||
|
||||
*vResult = SYSVAR_MAX;
|
||||
*vResult = nact->ain.varnum;
|
||||
|
||||
DEBUG_COMMAND("varGetNumof %p:\n", vResult);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user