Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 1, 2015, 2:50:46 PM (9 years ago)
Author:
landauf
Message:

fixed warnings & details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/minigame4DHS14/src/modules/mini4dgame/Mini4Dgame.cc

    r10225 r10229  
    190190    void Mini4Dgame::setStone(int x,int y,int z,int w)//Vector4 move, const int playerColor)
    191191    {
    192         Vector4 move = Vector4(x,y,z,w);
     192        Mini4DgamePosition move = Mini4DgamePosition(x,y,z,w);
    193193        ObjectList<Mini4DgameBoard>::iterator it = ObjectList<Mini4DgameBoard>::begin();
    194194        it->makeMove(move);
Note: See TracChangeset for help on using the changeset viewer.