Repositories
/
curblaster.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad52870
)
Updated version, copyright date.
1.02
author
Gwyn Ciesla
<limb@jcomserv.net>
Fri, 15 Jan 2010 16:53:22 +0000
(10:53 -0600)
committer
Gwyn Ciesla
<limb@jcomserv.net>
Fri, 15 Jan 2010 16:53:22 +0000
(10:53 -0600)
main.cpp
patch
|
blob
|
blame
|
history
diff --git
a/main.cpp
b/main.cpp
index
a582c54
..
47d74b4
100644
(file)
--- a/
main.cpp
+++ b/
main.cpp
@@
-48,7
+48,7
@@
const int landershotmax = 10;
const int landermax = 12;
const int crawlermax = 6;
const int missilemax = 3;
-const float version = 1.0
1
;
+const float version = 1.0
2
;
int score;
int lives;
@@
-504,7
+504,7
@@
int main(int argc, char *argv[]){
mvprintw(12,34,"Version %1.2f",version);
//Copyright
- mvprintw(14,22,"Copyright (C) 20
09
Jonathan Ciesla");
+ mvprintw(14,22,"Copyright (C) 20
10
Jonathan Ciesla");
//player, lander, pods, gate
mvprintw(17,5,"<_==> - - - - ");