Fix GCC warning.
svn-id: r10560
This commit is contained in:
parent
e6c626b756
commit
2c72654896
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
#include "queen/logic.h"
|
#include "queen/logic.h"
|
||||||
|
|
||||||
QueenLogic::QueenLogic(QueenResource *resource)
|
QueenLogic::QueenLogic(QueenResource *resource)
|
||||||
: _resource(resource), _maxStaticFrame(0), _maxAnimatedFrame(0) {
|
: _maxAnimatedFrame(0), _maxStaticFrame(0), _resource(resource) {
|
||||||
_jas = _resource->loadFile("QUEEN.JAS", 20);
|
_jas = _resource->loadFile("QUEEN.JAS", 20);
|
||||||
|
|
||||||
initialise();
|
initialise();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue