Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolthulhu committed Jun 8, 2016
1 parent 812d3ab commit 0c5e96a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/npc_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "player.h"
#include "npc.h"
#include "npc_class.h"
#include "game.h"
#include "map.h"

Expand All @@ -26,7 +27,7 @@ npc create_model()
{
npc model_npc;
model_npc.normalize();
model_npc.randomize();
model_npc.randomize( NC_NONE );
model_npc.set_hunger( 0 );
model_npc.set_thirst( 0 );
model_npc.set_fatigue( 0 );
Expand Down

0 comments on commit 0c5e96a

Please sign in to comment.