Fixed compiler warning of unused variable
svn-id: r32239
This commit is contained in:
parent
e2437d33f8
commit
93de8c71b8
1 changed files with 0 additions and 2 deletions
|
@ -760,8 +760,6 @@ RoomExitCoordinateData &RoomExitCoordinates::getData(uint16 destRoomNumber) {
|
|||
// The following classes hold any sequence offsets that are being delayed
|
||||
|
||||
SequenceDelayData::SequenceDelayData(uint16 delay, uint16 seqOffset, bool canClearFlag) {
|
||||
OSystem &system = *g_system;
|
||||
|
||||
// The delay is in number of seconds - convert it to remaining milliseconds
|
||||
timeoutCtr = delay * 1000;
|
||||
sequenceOffset = seqOffset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue