Removed pong/ to games/ as it will soon store multiple games.

This commit is contained in:
Jonas 'Sortie' Termansen 2011-08-29 00:09:10 +02:00
parent 6ae297d088
commit b39a5700cc
4 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ endif
REMOTE=192.168.2.6
REMOTEUSER=sortie
REMOTECOPYDIR:=/home/$(REMOTEUSER)/Desktop/MaxsiOS
MODULES=libmaxsi hello pong mkinitrd utils sortix
MODULES=libmaxsi hello games mkinitrd utils sortix
VERSION=0.4
DEBNAME:=sortix_$(VERSION)_$(CPU)

View File

View File

@ -50,7 +50,7 @@ int Init()
frame = System::VGA::CreateFrame();
if ( frame == NULL )
{
StdOut::Print("Could not create VGA frame\n");
Print("Could not create VGA frame\n");
return -1;
}