Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 28, 2006, 2:43:05 PM (19 years ago)
Author:
rennerc
Message:

fixed segfault

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/multi_player_map/src/util/game_rules.h

    r8802 r8856  
    99
    1010#include "base_object.h"
     11#include <list>
    1112#include <vector>
    1213
     
    5455    std::vector<MissionGoal*>   missionList;            //!< list of mission goals
    5556
    56     std::vector<Kill>          killList;               //!<  list of kills in the world
     57    std::list<Kill>             killList;               //!<  list of kills in the world
    5758};
    5859
Note: See TracChangeset for help on using the changeset viewer.