mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
Fixed compiler warning of unused variable
svn-id: r32239
This commit is contained in:
parent
e2437d33f8
commit
93de8c71b8
@ -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…
Reference in New Issue
Block a user