View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000922 | FSSCP | scripting | public | 2006-05-24 03:27 | 2012-01-09 18:06 |
Reporter | Spike | Assigned To | WMCoolmon | ||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0000922: minor bug in collideweaponweapon.cpp | ||||
Description | 2 calls to Lua generate variables called Weapon, but they delete variables called Global. These should be deleting the variables they created. patch included. | ||||
Additional Information | diff -r2.9 collideweaponweapon.cpp 177c177 < Script_system.RemGlobal("Global"); --- > Script_system.RemGlobal("Weapon"); 191c191 < Script_system.RemGlobal("Global"); --- > Script_system.RemGlobal("Weapon"); | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-05-24 03:27 | Spike | New Issue | |
2006-05-24 03:30 | Spike | Note Added: 0005602 | |
2006-05-24 04:26 | WMCoolmon | Status | assigned => resolved |
2006-05-24 04:26 | WMCoolmon | Resolution | open => fixed |
2006-05-24 04:26 | WMCoolmon | Note Added: 0005604 | |
2012-01-05 22:55 | WMCoolmon | Changeset attached | => Import 2012-01-05 17:52:05 trunk r3082 |
2012-01-09 18:06 | WMCoolmon | Changeset attached | => fs2open_websvn trunk r3082 |