mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
Fix GCC warning.
svn-id: r10560
This commit is contained in:
parent
e6c626b756
commit
2c72654896
@ -22,7 +22,7 @@
|
||||
#include "queen/logic.h"
|
||||
|
||||
QueenLogic::QueenLogic(QueenResource *resource)
|
||||
: _resource(resource), _maxStaticFrame(0), _maxAnimatedFrame(0) {
|
||||
: _maxAnimatedFrame(0), _maxStaticFrame(0), _resource(resource) {
|
||||
_jas = _resource->loadFile("QUEEN.JAS", 20);
|
||||
|
||||
initialise();
|
||||
|
Loading…
Reference in New Issue
Block a user