Bugfix [#32703] elbeem's isSimworldOk() will never return FALSE

Fixed as suggested by Campbell, thank you!
This commit is contained in:
2012-10-09 13:09:03 +00:00
parent f92305fcb4
commit a580c891a7

View File

@@ -51,7 +51,7 @@ int getElbeemState(void) {
return gElbeemState; return gElbeemState;
} }
int isSimworldOk(void) { int isSimworldOk(void) {
return (getElbeemState>=0); return (getElbeemState() >=0);
} }
// last error as string, acces with get/setElbeemErrorString // last error as string, acces with get/setElbeemErrorString