Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
ferris committed May 7, 2014
1 parent 6683e3a commit 3de9132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chip8/Chip8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Chip8::Chip8()
{
random.SetSeed(Time::GetCurrent());
ram = new unsigned char[4096];
rom = 0;
rom = nullptr;
romSize = 0;
stack = new Stack<unsigned short>(16);
speed = 20;
Expand Down

0 comments on commit 3de9132

Please sign in to comment.