Opened 19 years ago
Closed 19 years ago
#2258 closed defect (fixed)
BS2: cursor character in savegame name
Reported by: | wjp | Owned by: | eriktorbjorn |
---|---|---|---|
Priority: | normal | Component: | Engine: Sword2 |
Version: | Keywords: | ||
Cc: | Game: | Broken Sword 2 |
Description
With a chance of 1 in 7, the current cursor character (space or underscore) is stored in the savegame name.
The reason for this is that after SaveRestoreDialog::setResult() cleans up the cursor character in preparation for saving, the event loop calls the onTick event one last time, causing the cursor character to be reset if cursorTick happens to be 7 or 14.
Ticket imported from: #1327439. Ticket imported from: bugs/2258.
Change History (2)
comment:1 by , 19 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 19 years ago
Note:
See TracTickets
for help on using tickets.
I believe this is fixed in CVS now. Thanks!