Fix GCC warning.

svn-id: r10560
This commit is contained in:
Torbjörn Andersson 2003-10-03 06:47:42 +00:00
parent e6c626b756
commit 2c72654896

View File

@ -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();