[ scummvm-Bugs-3611262 ] issetv-command returns only false value

SourceForge.net noreply at sourceforge.net
Thu Apr 18 10:35:13 CEST 2013


Bugs item #3611262, was opened at 2013-04-18 01:35
Message generated for change (Tracker Item Submitted) made by sterv
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=3611262&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: AGI Fanmade
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: sterv (sterv)
Assigned to: Nobody/Anonymous (nobody)
Summary: issetv-command returns only false value

Initial Comment:
ScummVM-version: 1.5.0
Platform: Linux 64 bit ( Ubuntu 12.04 .deb )
Bug: AGI-command issetv(var vA) returns only false value
How to reproduce:

reset(f195);   // Resetting flag 195
v40 = 195;     // Setting variable 40's value to 195
toggle.v(v40); // Toggling flag 195 from reset to set
if (issetv(v40)) {print("%v40 TRUE");} 
if (!issetv(v40)) {print("%v40 FALSE");}


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=3611262&group_id=37116




More information about the Scummvm-tracker mailing list