~angus.helm/terrella/trunk

« back to all changes in this revision

Viewing changes to Terrella/GameModeContext.cs

  • Committer: Angus Helm
  • Date: 2010-10-18 05:32:26 UTC
  • Revision ID: angus@angushelm.com-20101018053226-4cj2s8odk4rungle
Got basic battle map animation working.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
                        this.game = g;
35
35
                }
36
36
                
37
 
                public void SetGameMode(GameMode gm) {
 
37
                public void SetGameMode(IGameMode gm) {
38
38
                        this.game.SetGameMode(gm);
39
39
                }
40
40